summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/f_test_layout.xml
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2022-11-23 11:38:34 +0100
committercyberta <cyberta@riseup.net>2022-11-30 14:19:39 +0100
commit86619a6ebb4508cd75584f12db69b2c1ed22ef2d (patch)
treeaecfb2def9c25b9894b26d4a06467a760fcfa71d /app/src/main/res/layout/f_test_layout.xml
parent138fac0a70c62d99586a0454cac8944a20ca29cf (diff)
split eip fragment xml per normal/custom flavor
Diffstat (limited to 'app/src/main/res/layout/f_test_layout.xml')
-rw-r--r--app/src/main/res/layout/f_test_layout.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/layout/f_test_layout.xml b/app/src/main/res/layout/f_test_layout.xml
new file mode 100644
index 00000000..6ec91259
--- /dev/null
+++ b/app/src/main/res/layout/f_test_layout.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="@drawable/splash_page"
+ >
+
+</FrameLayout> \ No newline at end of file