1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 Copyright (C)
2012 Tobias Brunner
4 Hochschule fuer Technik Rapperswil
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
>.
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
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" >
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" />
28 class=
"org.strongswan.android.ui.VpnProfileListFragment"
29 android:
id=
"@+id/profile_list_frag"
30 android:
layout_width=
"match_parent"
31 android:
layout_height=
"0dp"
32 android:
layout_weight=
"1" />