summaryrefslogtreecommitdiff
path: root/templates/activities/MasterDetailFlow/root/res/layout/activity_content_detail.xml.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities/MasterDetailFlow/root/res/layout/activity_content_detail.xml.ftl')
-rw-r--r--templates/activities/MasterDetailFlow/root/res/layout/activity_content_detail.xml.ftl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/activities/MasterDetailFlow/root/res/layout/activity_content_detail.xml.ftl b/templates/activities/MasterDetailFlow/root/res/layout/activity_content_detail.xml.ftl
new file mode 100644
index 0000000..91f931a
--- /dev/null
+++ b/templates/activities/MasterDetailFlow/root/res/layout/activity_content_detail.xml.ftl
@@ -0,0 +1,7 @@
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/${detail_name}_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ tools:context="${relativePackage}.${DetailName}Activity"
+ tools:ignore="MergeRootFrame" />