fedilab-Android-App/app/src/main/res/drawable/side_nav_bar.xml

9 lines
320 B
XML
Raw Normal View History

2017-05-05 16:36:04 +02:00
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
2017-08-13 15:19:01 +02:00
android:centerColor="@color/mastodonC1"
android:endColor="@color/mastodonC1"
android:startColor="@color/mastodonC1"
2017-05-05 16:36:04 +02:00
android:type="linear" />
</shape>