aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit38907795de2f2903f6e2349d052a8184b538c53d (patch)
treefad8e18ef9848df131c87261e72f8c6a3f761581 /app/src/main/res/layout
parentBaseConfigActivity: Set initial config when service available (diff)
downloadwireguard-android-38907795de2f2903f6e2349d052a8184b538c53d.tar.xz
wireguard-android-38907795de2f2903f6e2349d052a8184b538c53d.zip
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.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" />