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

9 lines
314 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"
android:centerColor="@color/header2D"
android:endColor="@color/header1D"
android:startColor="@color/header3D"
android:type="linear" />
</shape>