diff options
Diffstat (limited to 'app/src/main/res/layout/add_activity.xml')
-rw-r--r-- | app/src/main/res/layout/add_activity.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/layout/add_activity.xml b/app/src/main/res/layout/add_activity.xml new file mode 100644 index 00000000..0f21e2e8 --- /dev/null +++ b/app/src/main/res/layout/add_activity.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/master_fragment" + android:layout_width="match_parent" + android:layout_height="match_parent" + tools:ignore="MergeRootFrame" /> |