From 5dcd5315905e35f0563487b7a73bbf868d74c859 Mon Sep 17 00:00:00 2001 From: UtsavisGreat Date: Sun, 19 May 2019 05:51:37 +0000 Subject: [PATCH] MotoActions: add material icons for Ambient Display Kanged-off-from: https://github.com/Evolution-X-Devices/device_xiaomi_msm8953-common/commit/3831e2df1a38d3fcc69174909bd8d0bdd3a712af#diff-78f0805fa8ffadabda721fdaf85b3ca Signed-off-by: UtsavisGreat Signed-off-by: utsavisgreat --- MotoActions/res/drawable/ic_hand.xml | 9 +++++++++ MotoActions/res/drawable/ic_pickup.xml | 9 +++++++++ MotoActions/res/xml/doze_panel.xml | 7 ++++--- 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 MotoActions/res/drawable/ic_hand.xml create mode 100644 MotoActions/res/drawable/ic_pickup.xml diff --git a/MotoActions/res/drawable/ic_hand.xml b/MotoActions/res/drawable/ic_hand.xml new file mode 100644 index 0000000..21ece7e --- /dev/null +++ b/MotoActions/res/drawable/ic_hand.xml @@ -0,0 +1,9 @@ + + + + diff --git a/MotoActions/res/drawable/ic_pickup.xml b/MotoActions/res/drawable/ic_pickup.xml new file mode 100644 index 0000000..32670aa --- /dev/null +++ b/MotoActions/res/drawable/ic_pickup.xml @@ -0,0 +1,9 @@ + + + + diff --git a/MotoActions/res/xml/doze_panel.xml b/MotoActions/res/xml/doze_panel.xml index a59085a..cea6485 100644 --- a/MotoActions/res/xml/doze_panel.xml +++ b/MotoActions/res/xml/doze_panel.xml @@ -21,12 +21,13 @@ android:key="gesture_pick_up" android:defaultValue="true" 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" /> - + android:summary="@string/hand_wave_gesture_summary" + android:icon="@drawable/ic_hand" />