aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/empty.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu/empty.xml')
-rw-r--r--app/src/main/res/menu/empty.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/src/main/res/menu/empty.xml b/app/src/main/res/menu/empty.xml
new file mode 100644
index 00000000..eae036cf
--- /dev/null
+++ b/app/src/main/res/menu/empty.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:compat="http://schemas.android.com/apk/res-auto">
+
+ <group android:id="@+id/not_touchscreen">
+ <item
+ android:id="@+id/menu_refresh"
+ android:icon="?attr/refresh"
+ android:title="@string/menu.refresh"
+ compat:showAsAction="ifRoom|withText"/>
+ </group>
+
+ <item
+ android:id="@+id/menu_exit"
+ android:title="@string/menu.exit"/>
+</menu>