]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable-anydpi-v21/list_divider.xml
add transparent primary variant and use it for the divider gradient in the navigation...
[mobile-ledger.git] / app / src / main / res / drawable-anydpi-v21 / list_divider.xml
index 8dbd1aed380904f3f3fc47b2f94da1316a2c8c02..b227f6721ff904814af3fd2fc6a10610b6dfb8ef 100644 (file)
@@ -19,8 +19,8 @@
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient
         android:type="linear"
-        android:startColor="@android:color/transparent"
-        android:centerColor="@color/colorPrimary"
-        android:endColor="@android:color/transparent"/>
+        android:endColor="?colorPrimaryTransparent"
+        android:centerColor="?colorPrimary"
+        android:startColor="?colorPrimaryTransparent" />
     <size android:height="2dp" />
 </shape>
\ No newline at end of file