diff options
author | Samuel Holland <samuel@sholland.org> | 2017-08-15 17:36:11 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-08-15 17:36:11 -0500 |
commit | 38907795de2f2903f6e2349d052a8184b538c53d (patch) | |
tree | fad8e18ef9848df131c87261e72f8c6a3f761581 /app/src/main/res/layout | |
parent | 4e3b899c293fbd6cedcafc7bfb935fa30f1980d2 (diff) |
ConfigAddActivity: Add an standalone config-creating activity
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/config_add_activity.xml | 5 |
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" /> |