Cherish:Brightness slider options [2/2]
Change-Id: I144b7b7183bf9434fc8e0fc65a1e4ba1b2d658e1 Signed-off-by: DennySPb <dennyspb@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/qs_category">
|
||||
@@ -68,16 +67,21 @@
|
||||
android:entryValues="@array/qs_datausage_values"
|
||||
android:defaultValue="0" />
|
||||
|
||||
<!-- QS brightness slider -->
|
||||
<com.cherish.settings.preferences.SystemSettingMasterSwitchPreference
|
||||
android:key="qs_show_brightness"
|
||||
android:icon="@drawable/ic_brightness"
|
||||
android:title="@string/qs_show_brightness_title"
|
||||
android:summary="@string/qs_show_brightness_summary"
|
||||
android:fragment="com.cherish.settings.fragments.BrightnessSliderSettings"
|
||||
android:defaultValue="true" />
|
||||
=======
|
||||
>>>>>>> parent of 31e425c4 (Cherish:Add pref for qs brightness slider position [2/2])
|
||||
<com.cherish.settings.preferences.SecureSettingListPreference
|
||||
android:key="qs_show_brightness_slider"
|
||||
android:title="@string/qs_show_brightness_slider_title"
|
||||
android:summary="%s"
|
||||
android:dialogTitle="@string/qs_show_brightness_slider_title"
|
||||
android:entries="@array/qs_show_brightness_slider_entries"
|
||||
android:entryValues="@array/qs_show_brightness_slider_values"
|
||||
android:defaultValue="1" />
|
||||
|
||||
<com.cherish.settings.preferences.SecureSettingSwitchPreference
|
||||
android:key="qs_show_auto_brightness"
|
||||
android:icon="@drawable/ic_brightness"
|
||||
android:title="@string/qs_show_auto_brightness_title"
|
||||
android:summary="@string/qs_show_auto_brightness_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="status_bar_brightness_control"
|
||||
|
||||
Reference in New Issue
Block a user