summaryrefslogtreecommitdiff
path: root/remoteExample/src/main/res/layout/activity_main.xml
blob: 17585e2bcd65235da3b1f380aed015aa3aa0912a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!--
  ~ Copyright (c) 2012-2017 Arne Schwabe
  ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
  -->

<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" />