Cherish: Allow choosing a custom background color seed [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -888,6 +888,10 @@
|
||||
<string name="color_source_preset">Preset</string>
|
||||
<string name="accent_color_title">Accent Color</string>
|
||||
<string name="accent_color_summary">Override default accent color</string>
|
||||
<string name="accent_background_title">Accent background</string>
|
||||
<string name="accent_background_summary">Choose a different accent color for background</string>
|
||||
<string name="bg_color_title">Background Color</string>
|
||||
<string name="bg_color_summary">Override default background accent color</string>
|
||||
<string name="luminance_factor_title">Luminance</string>
|
||||
<string name="luminance_factor_summary">Higher values produce brighter colors</string>
|
||||
<string name="chroma_factor_title">Chroma</string>
|
||||
|
||||
@@ -37,6 +37,17 @@
|
||||
android:title="@string/accent_color_title"
|
||||
android:summary="@string/accent_color_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="accent_background"
|
||||
android:title="@string/accent_background_title"
|
||||
android:summary="@string/accent_background_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<net.margaritov.preference.colorpicker.ColorPickerPreference
|
||||
android:key="bg_color"
|
||||
android:title="@string/bg_color_title"
|
||||
android:summary="@string/bg_color_summary" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="luminance_factor"
|
||||
android:title="@string/luminance_factor_title"
|
||||
|
||||
Reference in New Issue
Block a user