]> git.ktnx.net Git - mobile-ledger.git/commitdiff
fix transaction list text color
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 25 Feb 2019 20:32:08 +0000 (22:32 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 25 Feb 2019 20:32:08 +0000 (22:32 +0200)
app/src/main/java/net/ktnx/mobileledger/utils/Colors.java
app/src/main/res/values/styles.xml

index 400b073301bb02c3976053c3b4449b51260c5b35..7ea5f7817881cacb688ec740c449afccbf76de82 100644 (file)
@@ -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;
index 21eb5e363a0dc4ed147f7aed1a6c3a451409f9fc..dd97969ba3c45fd389b2c0e35f3dbf8fba8e954c 100644 (file)
@@ -32,7 +32,7 @@
     <style name="AppTheme.NoActionBar">
         <item name="windowActionBar">false</item>
         <item name="windowNoTitle">true</item>
-        <item name="textColor">#d0000000</item>
+        <item name="textColor">#b8000000</item>
         <item name="colorPrimary">#875cd6</item>
         <item name="colorPrimaryTransparent">#00875cd6</item>
         <item name="colorAccent">#6013ec</item>