aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/home_screen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu/home_screen.xml')
-rwxr-xr-xapp/src/main/res/menu/home_screen.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/menu/home_screen.xml b/app/src/main/res/menu/home_screen.xml
new file mode 100755
index 0000000..cf4b03a
--- /dev/null
+++ b/app/src/main/res/menu/home_screen.xml
@@ -0,0 +1,9 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:context="org.rssin.android.HomeScreenActivity">
+ <item android:id="@+id/action_example" android:title="@string/action_example"
+ app:showAsAction="withText|ifRoom" />
+ <item android:id="@+id/action_settings" android:title="@string/action_settings"
+ android:orderInCategory="100" app:showAsAction="never" />
+</menu>