From: Damyan Ivanov Date: Mon, 25 Feb 2019 20:32:08 +0000 (+0200) Subject: fix transaction list text color X-Git-Tag: v0.7~56 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=949a2e7fc1c5adc3c4df6f3b309d9cc20354cb92 fix transaction list text color --- diff --git a/app/src/main/java/net/ktnx/mobileledger/utils/Colors.java b/app/src/main/java/net/ktnx/mobileledger/utils/Colors.java index 400b0733..7ea5f781 100644 --- a/app/src/main/java/net/ktnx/mobileledger/utils/Colors.java +++ b/app/src/main/java/net/ktnx/mobileledger/utils/Colors.java @@ -35,7 +35,7 @@ public class Colors { tableRowLightBG = tv.data; theme.resolveAttribute(R.attr.colorPrimary, tv, true); primary = tv.data; - theme.resolveAttribute(android.R.color.tab_indicator_text, tv, true); + theme.resolveAttribute(R.attr.textColor, tv, true); defaultTextColor = tv.data; theme.resolveAttribute(R.attr.colorAccent, tv, true); accent = tv.data; diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 21eb5e36..dd97969b 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -32,7 +32,7 @@