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