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

9 lines
311 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"
android:centerColor="@color/header2"
android:endColor="@color/header1"
android:startColor="@color/header3"
android:type="linear" />
</shape>