]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable-anydpi-v21/dashed_border_1dp.xml
use colors by reference (makes the theme-aware) and reduce redundant colors
[mobile-ledger.git] / app / src / main / res / drawable-anydpi-v21 / dashed_border_1dp.xml
index f90b3212452b67188ffd2adb3f2f2c9755546a4d..c9e5e96c51c01ec3f21360a5938f9d56d89d24f0 100644 (file)
 <shape xmlns:android="http://schemas.android.com/apk/res/android"
     android:shape="line"
     android:thickness="1dp"
 <shape xmlns:android="http://schemas.android.com/apk/res/android"
     android:shape="line"
     android:thickness="1dp"
-    android:tint="@color/header_border">
+    android:tint="?colorAccent">
     <stroke
         android:width="1dp"
     <stroke
         android:width="1dp"
-        android:color="@color/header_border"
+        android:color="?colorAccent"
         android:dashWidth="2dp"
         android:dashGap="6dp" />
 
         android:dashWidth="2dp"
         android:dashGap="6dp" />