]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable-anydpi-v21/side_nav_bar.xml
whitespace
[mobile-ledger.git] / app / src / main / res / drawable-anydpi-v21 / side_nav_bar.xml
index 28959b95bbc6e7d889f91b9d2f4059bd14eb5f99..1ffc746a8f4b6b889a495d27708fb5d7ac86e021 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  ~ Copyright © 2018 Damyan Ivanov.
+  ~ Copyright © 2019 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
 
 <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