]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable-anydpi-v21/dashed_border_8dp.xml
replace colorAccent with colorSecondary
[mobile-ledger.git] / app / src / main / res / drawable-anydpi-v21 / dashed_border_8dp.xml
index 884aed262c8132b0b1a4b7f3375461fcd52aa2fa..aaa93b6080e9036864f85f57a0ccfc84b70dcb8f 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2019 Damyan Ivanov.
+  ~ Copyright © 2020 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
 <shape xmlns:android="http://schemas.android.com/apk/res/android"
     android:shape="line"
     android:thickness="1dp"
-    android:tint="?colorAccent">
+    android:tint="?colorSecondary"
+    >
     <stroke
         android:width="8dp"
-        android:color="?colorAccent"
+        android:color="?colorSecondary"
         android:dashWidth="16dp"
-        android:dashGap="8dp" />
+        android:dashGap="8dp"
+        />
 
 </shape>
\ No newline at end of file