Fix colors in setting fragments, cleanup
This commit is contained in:
parent
24a264d78c
commit
c906cb57ee
7 changed files with 8 additions and 22 deletions
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<!-- Base Theme -->
|
||||
<style name="Base.V19" parent="Theme.AppCompat.DayNight.NoActionBar">
|
||||
<item name="floatingActionButtonStyle">@style/FloatingActionButtonTheme</item>
|
||||
<item name="toolbarSearchColor">@color/white</item>
|
||||
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -60,6 +60,10 @@
|
|||
<item name="android:textColor">@color/white_secondary</item>
|
||||
</style>
|
||||
|
||||
<style name="FloatingActionButtonTheme" parent="Widget.Design.FloatingActionButton">
|
||||
<item name="tint">@color/white</item>
|
||||
</style>
|
||||
|
||||
<style name="DarkPopupMenu" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/>
|
||||
|
||||
<style name="ToolbarTheme" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue