]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable/dashed_border_1dp.xml
tinted color for the day/month delimiters
[mobile-ledger.git] / app / src / main / res / drawable / dashed_border_1dp.xml
index 25016e182e81cdcbbc9f415e9325fd3475e59f58..b4ff7f4a3ec7486ed268dfeb6f1bb89f8efd3852 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2018 Damyan Ivanov.
+  ~ Copyright © 2019 Damyan Ivanov.
   ~ This file is part of Mobile-Ledger.
   ~ Mobile-Ledger is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
@@ -21,7 +21,7 @@
     android:tint="@color/header_border">
     <stroke
         android:width="1dp"
-        android:color="@color/colorPrimaryDark"
+        android:color="@color/header_border"
         android:dashWidth="2dp"
         android:dashGap="6dp" />