]> git.ktnx.net Git - mobile-ledger.git/commitdiff
more violet color
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 31 Dec 2018 17:41:27 +0000 (17:41 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 31 Dec 2018 17:41:27 +0000 (17:41 +0000)
app/src/main/res/drawable/list_divider.xml
app/src/main/res/drawable/side_nav_bar.xml
app/src/main/res/values/colors.xml

index ab89f4ede4b942ea0a8abf8f0e83ddd6013d9db3..bd7b95b95923c34a2219a8e13720608c75438494 100644 (file)
@@ -19,8 +19,8 @@
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient
         android:type="linear"
-        android:startColor="@android:color/white"
+        android:startColor="@android:color/transparent"
         android:centerColor="@color/colorPrimary"
-        android:endColor="@android:color/white"/>
+        android:endColor="@android:color/transparent"/>
     <size android:height="2dp" />
 </shape>
\ No newline at end of file
index f392a24cd2a085101246bcdb36be860ce187b1b1..2d38629ce062f16d3bd0fb063a4c2a4e1084a905 100644 (file)
@@ -21,6 +21,6 @@
         android:angle="135"
         android:centerColor="@color/colorPrimary"
         android:endColor="@color/colorPrimaryDark"
-        android:startColor="#b64db6"
+        android:startColor="#724db6"
         android:type="linear" />
 </shape>
\ No newline at end of file
index 09da57b39dc043d48826c7bc91c88aebea975781..dd8e855853c2e41c6faaaa21075307db386259fa 100644 (file)
   -->
 
 <resources>
-    <color name="colorPrimary">#9c27b0</color>
-    <color name="colorPrimaryDark">#4a148c</color>
-    <color name="colorAccent">#4db6ac</color>
-    <color name="table_row_even_bg">#289d29b1</color>
+    <color name="colorPrimary">#935ff2</color>
+    <color name="colorPrimaryDark">#42148c</color>
+    <color name="colorAccent">#724db6</color>
     <color name="drawer_background">#ffffffff</color>
-    <color name="table_row_odd_bg">#28fae0ff</color>
+    <color name="table_row_even_bg">#286c33d4</color>
+    <color name="table_row_odd_bg">#28ddcbff</color>
     <color name="header_border">#804a148c</color>
 </resources>