]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable-anydpi-v21/side_nav_bar.xml
use colors by reference (makes the theme-aware) and reduce redundant colors
[mobile-ledger.git] / app / src / main / res / drawable-anydpi-v21 / side_nav_bar.xml
index 28959b95bbc6e7d889f91b9d2f4059bd14eb5f99..c141e3121de162fa0fd310955608874d52a44962 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="?colorAccent"
+        />
 </shape>
\ No newline at end of file