Add prefernces.json change secondary text color to white
This commit is contained in:
parent
c01488e7a9
commit
0838ede6a3
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
|||
<item name="colorAccent">@color/colorAccent</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.base" parent="Theme.AppCompat.NoActionBar"></style>
|
||||
<style name="AppTheme.base" parent="Theme.AppCompat.NoActionBar">
|
||||
<item name="android:textColorSecondary">@color/mdtp_white</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue