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;
<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>