Files
android-fuplanner/app/src/main/res/drawable/side_nav_bar.xml
Sebastian Seedorf 45704c4f35 Added night mode
2019-10-21 18:21:46 +02:00

8 lines
272 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:endColor="@color/fuSecondary"
android:startColor="@color/fuPrimary"
android:type="linear" />
</shape>