]> 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 dafd9e119329a7e913e189203044d5e8578e1710..b227f6721ff904814af3fd2fc6a10610b6dfb8ef 100644 (file)
@@ -19,8 +19,8 @@
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient
         android:type="linear"
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient
         android:type="linear"
-        android:startColor="@android:color/transparent"
+        android:endColor="?colorPrimaryTransparent"
         android:centerColor="?colorPrimary"
         android:centerColor="?colorPrimary"
-        android:endColor="@android:color/transparent"/>
+        android:startColor="?colorPrimaryTransparent" />
     <size android:height="2dp" />
 </shape>
\ No newline at end of file
     <size android:height="2dp" />
 </shape>
\ No newline at end of file