Got basic detail view working
[Sunshine.git] / app / src / main / res / menu / detail.xml
diff --git a/app/src/main/res/menu/detail.xml b/app/src/main/res/menu/detail.xml
new file mode 100644 (file)
index 0000000..15e27a0
--- /dev/null
@@ -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="uk.me.njae.sunshine.DetailActivity" >
+    <item android:id="@+id/action_settings"
+        android:title="@string/action_settings"
+        android:orderInCategory="100"
+        app:showAsAction="never" />
+</menu>