sm8250-common: doze: Add vector icons

* from https://materialdesignicons.com/ with small changes

Signed-off-by: Anunay Maheshwari <anunaym14@gmail.com>
Change-Id: Ibbb18065f97ed6f8f5376752495255aeafe1db82
This commit is contained in:
arian
2018-12-15 15:55:55 +01:00
committed by Wang Han
parent 043a8d113c
commit cf6e99f02a
3 changed files with 20 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
<SwitchPreference
android:key="gesture_pick_up"
android:defaultValue="false"
android:icon="@drawable/ic_pickup"
android:title="@string/pick_up_gesture_title"
android:summary="@string/pick_up_gesture_summary" />
@@ -43,6 +44,7 @@
<SwitchPreference
android:key="gesture_pocket"
android:defaultValue="false"
android:icon="@drawable/ic_pocket"
android:title="@string/pocket_gesture_title"
android:summary="@string/pocket_gesture_summary" />