]> git.ktnx.net Git - mobile-ledger.git/commitdiff
tinted color for the day/month delimiters
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 12 Jan 2019 14:18:34 +0000 (14:18 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 12 Jan 2019 14:18:34 +0000 (14:18 +0000)
app/src/main/res/drawable/dashed_border_1dp.xml
app/src/main/res/drawable/dashed_border_8dp.xml
app/src/main/res/layout/transaction_list_row.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" />
 
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" />
 
index 256ebb24ed2a85599ce332fe1ee7130160e55484..f82cf48ce21c5ad30deedac73371be6dde24e0e1 100644 (file)
             android:layout_width="wrap_content"
             android:layout_height="match_parent"
             android:text="---------"
+            android:textColor="@color/header_border"
             android:textStyle="bold"
             app:layout_constraintStart_toStartOf="parent"
             tools:ignore="HardcodedText" />
             android:layout_width="wrap_content"
             android:layout_height="match_parent"
             android:text="--.--.----"
+            android:textColor="@color/header_border"
             android:textStyle="bold"
             app:layout_constraintEnd_toEndOf="parent"
             tools:ignore="HardcodedText" />