aboutsummaryrefslogtreecommitdiffstats
path: root/templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl')
-rw-r--r--templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl b/templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl
new file mode 100644
index 0000000..9b7ca72
--- /dev/null
+++ b/templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl
@@ -0,0 +1,6 @@
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ style="?android:attr/textAppearanceLarge"
+ android:id="@+id/${detail_name}"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:padding="16dp" />