mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Background and text color can now be changed
This commit is contained in:
parent
8953202be9
commit
dfc08513f5
11 changed files with 209 additions and 38 deletions
|
|
@ -43,4 +43,26 @@
|
|||
<item>celsius</item>
|
||||
<item>fahrenheit</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="bg_options">
|
||||
<item>Transparent</item>
|
||||
<item>Black</item>
|
||||
<item>White</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="bg_values">
|
||||
<item>#00000000</item>
|
||||
<item>#FF000000</item>
|
||||
<item>#FFD6D6D6</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="color_options">
|
||||
<item>Light</item>
|
||||
<item>Dark</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="color_values">
|
||||
<item>#FFF3F3F3</item>
|
||||
<item>#FF0C0C0C</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
|
@ -3,9 +3,6 @@
|
|||
<color name="black">#FF000000</color>
|
||||
<color name="white">#FFFFFFFF</color>
|
||||
|
||||
<color name="original_color">#00000000</color>
|
||||
<color name="new_color">#3F000000</color>
|
||||
|
||||
<color name="settings_bg">#88000000</color>
|
||||
<color name="settings_bg">#FF1B1B1B</color>
|
||||
|
||||
</resources>
|
||||
|
|
@ -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" >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue