summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2017-08-15 17:36:11 -0500
committerSamuel Holland <samuel@sholland.org>2017-08-15 17:36:11 -0500
commit61d6b89bbeeefd56af4886579db741ece0d88dc8 (patch)
treefad8e18ef9848df131c87261e72f8c6a3f761581 /app/src/main/res/layout
parente9de916d69acf4b9242d3561403bb25e995cc4b7 (diff)
ConfigAddActivity: Add an standalone config-creating activity
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/config_add_activity.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/layout/config_add_activity.xml b/app/src/main/res/layout/config_add_activity.xml
new file mode 100644
index 00000000..d67e64bc
--- /dev/null
+++ b/app/src/main/res/layout/config_add_activity.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/master_fragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />