Discover stuff
This commit is contained in:
13
mastodon/src/main/res/drawable/bg_discover_tabs.xml
Normal file
13
mastodon/src/main/res/drawable/bg_discover_tabs.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape>
|
||||
<solid android:color="?android:statusBarColor"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item android:height="2dp" android:gravity="bottom">
|
||||
<shape>
|
||||
<solid android:color="?colorPollVoted"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user