diff options
author | arian <arian.kulmer@web.de> | 2018-12-15 15:55:55 +0100 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:49:34 +0300 |
commit | 0272c3bd1a2ac9b93da6f02e09af2fe43467cff6 (patch) | |
tree | 80d163fbdd2081014b658418d4dcae3f6bfd12bd /doze/res/xml | |
parent | 053dcc969f8d7b7bd3a20cadbd0b61a82f02aba0 (diff) |
sdm660-common: parts: Add vector icons
* from https://materialdesignicons.com/ with small changes
Signed-off-by: Anunay Maheshwari <anunaym14@gmail.com>
Change-Id: Ibbb18065f97ed6f8f5376752495255aeafe1db82
Diffstat (limited to 'doze/res/xml')
-rw-r--r-- | doze/res/xml/doze_settings.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doze/res/xml/doze_settings.xml b/doze/res/xml/doze_settings.xml index 005c6ae..43a3c2d 100644 --- a/doze/res/xml/doze_settings.xml +++ b/doze/res/xml/doze_settings.xml @@ -24,7 +24,8 @@ android:key="gesture_pick_up" android:defaultValue="false" android:title="@string/pick_up_gesture_title" - android:summary="@string/pick_up_gesture_summary" /> + android:summary="@string/pick_up_gesture_summary" + android:icon="@drawable/ic_pickup" /> </PreferenceCategory> @@ -36,13 +37,15 @@ android:key="gesture_hand_wave" android:defaultValue="false" android:title="@string/hand_wave_gesture_title" - android:summary="@string/hand_wave_gesture_summary" /> + android:summary="@string/hand_wave_gesture_summary" + android:icon="@drawable/ic_hand" /> <SwitchPreference android:key="gesture_pocket" android:defaultValue="false" android:title="@string/pocket_gesture_title" - android:summary="@string/pocket_gesture_summary" /> + android:summary="@string/pocket_gesture_summary" + android:icon="@drawable/ic_pocket" /> </PreferenceCategory> |