ProjectLaogai/app/src/main/res/drawable/side_nav_bar.xml

9 lines
334 B
XML
Raw Normal View History

2018-10-24 18:22:05 +02:00
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
2018-12-14 15:02:19 +01:00
android:centerColor="?colorPrimary"
android:endColor="?colorPrimaryDark"
android:startColor="?colorPrimary"
2018-10-24 18:22:05 +02:00
android:type="linear"/>
</shape>