diff options
author | TheScarastic <warabhishek@gmail.com> | 2019-12-06 16:44:18 +0530 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-20 18:55:01 +0200 |
commit | b3b442059acc0a14269c72ab4d485de8fa7e95c4 (patch) | |
tree | 4b80a7b4d72dc9ff41905de86f8d7f9b24dcbb99 /doze/res/xml | |
parent | a4a4a9e4296bd8891d67f8bf4e362239772f9859 (diff) |
sdm660-common: doze: Refactor whole code
Change-Id: I14303556c66ea6bd3d111b5ce7e176711a676824
Diffstat (limited to 'doze/res/xml')
-rw-r--r-- | doze/res/xml/doze_settings.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doze/res/xml/doze_settings.xml b/doze/res/xml/doze_settings.xml index 43a3c2d..dd6e19b 100644 --- a/doze/res/xml/doze_settings.xml +++ b/doze/res/xml/doze_settings.xml @@ -21,10 +21,10 @@ android:title="@string/tilt_sensor_title"> <SwitchPreference - android:key="gesture_pick_up" android:defaultValue="false" - android:title="@string/pick_up_gesture_title" + android:key="gesture_pick_up" android:summary="@string/pick_up_gesture_summary" + android:title="@string/pick_up_gesture_title" android:icon="@drawable/ic_pickup" /> </PreferenceCategory> @@ -34,17 +34,17 @@ android:title="@string/proximity_sensor_title"> <SwitchPreference - android:key="gesture_hand_wave" android:defaultValue="false" - android:title="@string/hand_wave_gesture_title" + android:key="gesture_hand_wave" android:summary="@string/hand_wave_gesture_summary" + android:title="@string/hand_wave_gesture_title" android:icon="@drawable/ic_hand" /> <SwitchPreference - android:key="gesture_pocket" android:defaultValue="false" - android:title="@string/pocket_gesture_title" + android:key="gesture_pocket" android:summary="@string/pocket_gesture_summary" + android:title="@string/pocket_gesture_title" android:icon="@drawable/ic_pocket" /> </PreferenceCategory> |