]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable/side_nav_bar.xml
drawer: colorful header
[mobile-ledger.git] / app / src / main / res / drawable / side_nav_bar.xml
index 6d81870b0b264a03c40208f0322d7d9d991bbbe0..bc183f7db316a81c09bfe2dfcc4e3ae53e13efe6 100644 (file)
@@ -2,8 +2,8 @@
     android:shape="rectangle">
     <gradient
         android:angle="135"
-        android:centerColor="#009688"
-        android:endColor="#00695C"
-        android:startColor="#4DB6AC"
+        android:centerColor="@color/colorPrimary"
+        android:endColor="@color/colorPrimaryDark"
+        android:startColor="#b64db6"
         android:type="linear" />
 </shape>
\ No newline at end of file