Fix colors in setting fragments, cleanup

This commit is contained in:
krlvm 2021-03-29 21:19:17 +03:00
parent 24a264d78c
commit c906cb57ee
No known key found for this signature in database
GPG key ID: B8552A91FD265536
7 changed files with 8 additions and 22 deletions

View file

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

View file

@ -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">