Migrating PhoneInterface (Irrigation and SpeakerLocator) from old to new Nexus 5X...
[iot2.git] / benchmarks / other / PhoneInterface / SpeakerLocator / app / src / main / res / menu / menu_main.xml
diff --git a/benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/menu/menu_main.xml b/benchmarks/other/PhoneInterface/SpeakerLocator/app/src/main/res/menu/menu_main.xml
new file mode 100644 (file)
index 0000000..32ed26e
--- /dev/null
@@ -0,0 +1,10 @@
+<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="com.example.xub3.speakerlocator.MainActivity">
+    <item
+        android:id="@+id/action_settings"
+        android:orderInCategory="100"
+        android:title="@string/action_settings"
+        app:showAsAction="never" />
+</menu>