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" />