]> git.ipfire.org Git - thirdparty/strongswan.git/blob - src/frontends/android/res/layout/main.xml
ab03e72bcaca3fe00ab3bfdfeec81a04b4ae5297
[thirdparty/strongswan.git] / src / frontends / android / res / layout / main.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright (C) 2012-2013 Tobias Brunner
4 Hochschule fuer Technik Rapperswil
5
6 This program is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by the
8 Free Software Foundation; either version 2 of the License, or (at your
9 option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
10
11 This program is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 for more details.
15 -->
16 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
17 android:layout_width="match_parent"
18 android:layout_height="match_parent"
19 android:orientation="vertical" >
20
21 <fragment
22 class="org.strongswan.android.ui.VpnStateFragment"
23 android:id="@+id/vpn_state_frag"
24 android:layout_width="match_parent"
25 android:layout_height="wrap_content" />
26
27 <fragment
28 class="org.strongswan.android.ui.ImcStateFragment"
29 android:id="@+id/imc_state_frag"
30 android:layout_width="match_parent"
31 android:layout_height="wrap_content" />
32
33 <fragment
34 class="org.strongswan.android.ui.VpnProfileListFragment"
35 android:id="@+id/profile_list_frag"
36 android:layout_width="match_parent"
37 android:layout_height="0dp"
38 android:layout_weight="1" />
39
40 </LinearLayout>