]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blobdiff - QRScanner/glass/src/main/res/menu/menu_pdf_view.xml
Implement first and naive version of pdf viewer activity
[hornmich/skoda-qr-demo.git] / QRScanner / glass / src / main / res / menu / menu_pdf_view.xml
diff --git a/QRScanner/glass/src/main/res/menu/menu_pdf_view.xml b/QRScanner/glass/src/main/res/menu/menu_pdf_view.xml
new file mode 100644 (file)
index 0000000..a4851c9
--- /dev/null
@@ -0,0 +1,8 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+      xmlns:tools="http://schemas.android.com/tools"
+      tools:context="cz.cvut.fel.dce.qrscanner.pdfviewer.PdfViewActivity">
+    <item android:id="@+id/action_settings"
+          android:title="@string/action_settings"
+          android:orderInCategory="100"
+          android:showAsAction="never"/>
+</menu>