]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable-anydpi-v21/list_divider.xml
use colors by reference (makes the theme-aware) and reduce redundant colors
[mobile-ledger.git] / app / src / main / res / drawable-anydpi-v21 / list_divider.xml
index 8dbd1aed380904f3f3fc47b2f94da1316a2c8c02..dafd9e119329a7e913e189203044d5e8578e1710 100644 (file)
@@ -20,7 +20,7 @@
     <gradient
         android:type="linear"
         android:startColor="@android:color/transparent"
     <gradient
         android:type="linear"
         android:startColor="@android:color/transparent"
-        android:centerColor="@color/colorPrimary"
+        android:centerColor="?colorPrimary"
         android:endColor="@android:color/transparent"/>
     <size android:height="2dp" />
 </shape>
\ No newline at end of file
         android:endColor="@android:color/transparent"/>
     <size android:height="2dp" />
 </shape>
\ No newline at end of file