OSDN Git Service

add icon to indicate menu
authorJohn Hoford <hoford@google.com>
Thu, 14 Mar 2013 03:17:43 +0000 (20:17 -0700)
committerJohn Hoford <hoford@google.com>
Thu, 14 Mar 2013 03:18:26 +0000 (20:18 -0700)
Change-Id: I3327751cd78dd9b654e51e99a6756967c6fb82f5

res/drawable/filtershow_menu_marker.png [new file with mode: 0644]
res/layout/filtershow_editor_panel.xml

diff --git a/res/drawable/filtershow_menu_marker.png b/res/drawable/filtershow_menu_marker.png
new file mode 100644 (file)
index 0000000..1537a71
Binary files /dev/null and b/res/drawable/filtershow_menu_marker.png differ
index fbff33f..8560a5b 100644 (file)
@@ -78,7 +78,8 @@
                 android:background="@android:color/transparent"
                 android:gravity="center"
                 android:text="@string/apply_effect"
-                android:textSize="18dip" />
+                android:textSize="18dip"
+                android:drawableRight="@drawable/filtershow_menu_marker"/>
         </LinearLayout>
 
         <ImageView