summaryrefslogtreecommitdiffstats
path: root/res/menu/menu_preview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/menu_preview.xml')
-rw-r--r--res/menu/menu_preview.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/menu/menu_preview.xml b/res/menu/menu_preview.xml
index c8d450a..183ffd4 100644
--- a/res/menu/menu_preview.xml
+++ b/res/menu/menu_preview.xml
@@ -16,6 +16,11 @@
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+ <item android:id="@+id/preview"
+ android:checkable="true"
+ android:showAsAction="ifRoom"
+ android:actionLayout="@layout/preview_action"/>
+
<item
android:id="@+id/configure"
android:icon="@drawable/ic_settings"