Background and text color can now be changed

This commit is contained in:
ottoptj 2024-08-02 20:49:59 +03:00
commit dfc08513f5
11 changed files with 209 additions and 38 deletions

View file

@ -14,6 +14,7 @@
<style name="SettingsTheme" parent="Base.Theme.YamLauncher">
<item name="android:windowBackground">@color/settings_bg</item>
<item name="android:windowShowWallpaper">false</item>
</style>
<style name="AppSearchView" parent="Widget.AppCompat.SearchView" >