summaryrefslogtreecommitdiff
path: root/remoteExample/src/main/res/layout/activity_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'remoteExample/src/main/res/layout/activity_main.xml')
-rw-r--r--remoteExample/src/main/res/layout/activity_main.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/remoteExample/src/main/res/layout/activity_main.xml b/remoteExample/src/main/res/layout/activity_main.xml
new file mode 100644
index 00000000..42dd4dfb
--- /dev/null
+++ b/remoteExample/src/main/res/layout/activity_main.xml
@@ -0,0 +1,7 @@
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ tools:context="de.blinkt.openvpn.remote.MainActivity"
+ tools:ignore="MergeRootFrame" />