]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable/dashed_border_8dp.xml
tinted color for the day/month delimiters
[mobile-ledger.git] / app / src / main / res / drawable / dashed_border_8dp.xml
index c77f8d8e747054f00b0c17e5ff0e9d49411d5c72..f8868de3d21d9c292fd0cf7e1e565e619768db25 100644 (file)
@@ -21,7 +21,7 @@
     android:tint="@color/header_border">
     <stroke
         android:width="8dp"
-        android:color="@color/colorPrimaryDark"
+        android:color="@color/header_border"
         android:dashWidth="16dp"
         android:dashGap="8dp" />