]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable-anydpi-v21/side_nav_bar.xml
leave nav bar header at primary color; accent is too strong
[mobile-ledger.git] / app / src / main / res / drawable-anydpi-v21 / side_nav_bar.xml
index 28959b95bbc6e7d889f91b9d2f4059bd14eb5f99..ddb10ac3b8a1d0b85e17c4e5d345550678c98720 100644 (file)
 
 <shape xmlns:android="http://schemas.android.com/apk/res/android"
     android:shape="rectangle">
-    <gradient
-        android:angle="135"
-        android:centerColor="@color/colorPrimary"
-        android:endColor="@color/colorPrimaryDark"
-        android:startColor="#724db6"
-        android:type="linear" />
+    <solid
+        android:color="?colorPrimary"
+        />
 </shape>
\ No newline at end of file