diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml index f87ebc6..6d4e4c3 100644 --- a/res/values/cherish_arrays.xml +++ b/res/values/cherish_arrays.xml @@ -163,5 +163,28 @@ 4 5 + + + + @string/qs_show_brightness_slider_never + @string/qs_show_brightness_slider_expanded + @string/qs_show_brightness_slider_always + + + + 0 + 1 + 2 + + + + @string/qs_brightness_slider_position_top + @string/qs_brightness_slider_position_bottom + + + + 0 + 1 + diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 4cfa674..63b8b54 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -294,5 +294,20 @@ Background chip Display accented chip behind clock + + + Brightness slider + Never show + Show when expanded + Show always + Show when not expanded + Position + Top + Bottom + + + Auto brightness icon + Show toggle for adaptive brightness near the slider + diff --git a/res/xml/cherish_settings_quicksettings.xml b/res/xml/cherish_settings_quicksettings.xml index 64312a9..36b5952 100644 --- a/res/xml/cherish_settings_quicksettings.xml +++ b/res/xml/cherish_settings_quicksettings.xml @@ -28,6 +28,32 @@ android:entryValues="@array/quick_pulldown_values" android:defaultValue="0" /> + + + + + + + + + +