aboutsummaryrefslogtreecommitdiffstats
path: root/templates/other/BlankFragment/root/res/layout/fragment_blank.xml.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/other/BlankFragment/root/res/layout/fragment_blank.xml.ftl')
-rw-r--r--templates/other/BlankFragment/root/res/layout/fragment_blank.xml.ftl13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/other/BlankFragment/root/res/layout/fragment_blank.xml.ftl b/templates/other/BlankFragment/root/res/layout/fragment_blank.xml.ftl
new file mode 100644
index 0000000..3e04f05
--- /dev/null
+++ b/templates/other/BlankFragment/root/res/layout/fragment_blank.xml.ftl
@@ -0,0 +1,13 @@
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ tools:context=".${className}">
+
+ <!-- TODO: Update blank fragment layout -->
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:text="@string/hello_blank_fragment" />
+
+</FrameLayout>