diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml index 736c8b7..a2e6e4b 100644 --- a/res/values/cherish_arrays.xml +++ b/res/values/cherish_arrays.xml @@ -1085,4 +1085,16 @@ 3 4 + + + @string/qs_show_brightness_slider_show_never + @string/qs_show_brightness_slider_show_expanded + @string/qs_show_brightness_slider_show_always + + + + 0 + 1 + 2 + diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 7e1b169..029d8d8 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -1000,4 +1000,13 @@ Rectangle Round Large Round Medium + + + Brightness slider + Show a brightness slider in the quick settings panel + Autobrightness icon + Show toggle for adaptive brightness near the slider + Never show + Show when expanded + Show always diff --git a/res/xml/cherish_settings_quicksettings.xml b/res/xml/cherish_settings_quicksettings.xml index fdb4ab2..9797002 100644 --- a/res/xml/cherish_settings_quicksettings.xml +++ b/res/xml/cherish_settings_quicksettings.xml @@ -17,7 +17,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:title="@string/quicksettings_title" xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"> -<<<<<<< HEAD @@ -68,16 +67,21 @@ android:entryValues="@array/qs_datausage_values" android:defaultValue="0" /> - - -======= ->>>>>>> parent of 31e425c4 (Cherish:Add pref for qs brightness slider position [2/2]) + + +