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

9 lines
326 B
XML
Raw Normal View History

2017-06-30 17:09:07 +02:00
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
2017-08-13 18:31:44 +02:00
android:centerColor="@color/mastodonC1__"
android:endColor="@color/mastodonC1__"
android:startColor="@color/mastodonC1__"
2017-06-30 17:09:07 +02:00
android:type="linear" />
</shape>