From 12caf375415dda289afd057a9a3b1138fe036beb Mon Sep 17 00:00:00 2001 From: ronaxdevil Date: Thu, 13 Jun 2019 22:43:36 +0000 Subject: [PATCH] LineageActions: Add vector icons or doze settings Signed-off-by: ronaxdevil --- LineageActions/res/drawable/ic_hand.xml | 9 +++++++ LineageActions/res/drawable/ic_pickup.xml | 9 +++++++ .../res/drawable/ic_settings_doze.xml | 27 +++---------------- LineageActions/res/xml/doze_panel.xml | 6 +++-- 4 files changed, 26 insertions(+), 25 deletions(-) create mode 100644 LineageActions/res/drawable/ic_hand.xml create mode 100644 LineageActions/res/drawable/ic_pickup.xml diff --git a/LineageActions/res/drawable/ic_hand.xml b/LineageActions/res/drawable/ic_hand.xml new file mode 100644 index 0000000..5f56669 --- /dev/null +++ b/LineageActions/res/drawable/ic_hand.xml @@ -0,0 +1,9 @@ + + + + diff --git a/LineageActions/res/drawable/ic_pickup.xml b/LineageActions/res/drawable/ic_pickup.xml new file mode 100644 index 0000000..a7d5eb7 --- /dev/null +++ b/LineageActions/res/drawable/ic_pickup.xml @@ -0,0 +1,9 @@ + + + + diff --git a/LineageActions/res/drawable/ic_settings_doze.xml b/LineageActions/res/drawable/ic_settings_doze.xml index 04d2846..855bab6 100644 --- a/LineageActions/res/drawable/ic_settings_doze.xml +++ b/LineageActions/res/drawable/ic_settings_doze.xml @@ -1,29 +1,10 @@ - - - + diff --git a/LineageActions/res/xml/doze_panel.xml b/LineageActions/res/xml/doze_panel.xml index 6363b99..d879331 100644 --- a/LineageActions/res/xml/doze_panel.xml +++ b/LineageActions/res/xml/doze_panel.xml @@ -21,12 +21,14 @@ 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" />