Got basic detail view working
[Sunshine.git] / app / src / main / res / layout / activity_detail.xml
diff --git a/app/src/main/res/layout/activity_detail.xml b/app/src/main/res/layout/activity_detail.xml
new file mode 100644 (file)
index 0000000..e0182a8
--- /dev/null
@@ -0,0 +1,7 @@
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools"
+    android:id="@+id/container"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    tools:context="uk.me.njae.sunshine.DetailActivity"
+    tools:ignore="MergeRootFrame" />