1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 Copyright (C)
2012 Tobias Brunner
4 Copyright (C)
2012 Giuliano Grassi
5 Copyright (C)
2012 Ralf Sager
6 Hochschule fuer Technik Rapperswil
8 This program is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published by the
10 Free Software Foundation; either version
2 of the License, or (at your
11 option) any later version. See
<http://www.fsf.org/copyleft/gpl.txt
>.
13 This program is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18 <ScrollView xmlns:
android=
"http://schemas.android.com/apk/res/android"
19 android:
layout_width=
"match_parent"
20 android:
layout_height=
"match_parent" >
23 android:
layout_width=
"match_parent"
24 android:
layout_height=
"wrap_content"
25 android:
orientation=
"vertical"
26 android:
padding=
"10dp" >
29 android:
layout_width=
"match_parent"
30 android:
layout_height=
"wrap_content"
31 android:
layout_marginTop=
"10dp"
32 android:
text=
"@string/profile_name_label" />
35 android:
id=
"@+id/name"
36 android:
layout_width=
"match_parent"
37 android:
layout_height=
"wrap_content"
38 android:
singleLine=
"true"
39 android:
inputType=
"textNoSuggestions"
40 android:
hint=
"@string/profile_name_hint" />
43 android:
layout_width=
"match_parent"
44 android:
layout_height=
"wrap_content"
45 android:
layout_marginTop=
"10dp"
46 android:
text=
"@string/profile_gateway_label" />
49 android:
id=
"@+id/gateway"
50 android:
layout_width=
"match_parent"
51 android:
layout_height=
"wrap_content"
52 android:
singleLine=
"true"
53 android:
inputType=
"textNoSuggestions" />
56 android:
layout_width=
"match_parent"
57 android:
layout_height=
"wrap_content"
58 android:
layout_marginTop=
"10dp"
59 android:
text=
"@string/profile_username_label" />
62 android:
id=
"@+id/username"
63 android:
layout_width=
"match_parent"
64 android:
layout_height=
"wrap_content"
65 android:
singleLine=
"true"
66 android:
inputType=
"textNoSuggestions" />
69 android:
layout_width=
"match_parent"
70 android:
layout_height=
"wrap_content"
71 android:
layout_marginTop=
"10dp"
72 android:
text=
"@string/profile_password_label" />
75 android:
id=
"@+id/password"
76 android:
layout_width=
"match_parent"
77 android:
layout_height=
"wrap_content"
78 android:
singleLine=
"true"
79 android:
inputType=
"textPassword|textNoSuggestions"
80 android:
hint=
"@string/profile_password_hint" />
83 android:
layout_width=
"match_parent"
84 android:
layout_height=
"wrap_content"
85 android:
layout_marginTop=
"10dp"
86 android:
text=
"@string/profile_ca_label" />
89 android:
id=
"@+id/ca_auto"
90 android:
layout_width=
"match_parent"
91 android:
layout_height=
"wrap_content"
92 android:
text=
"@string/profile_ca_auto_label" />
95 android:
id=
"@+id/ca_show_all"
96 android:
layout_width=
"wrap_content"
97 android:
layout_height=
"wrap_content"
98 android:
layout_marginTop=
"5dp"
99 android:
text=
"@string/profile_ca_show_all" />
102 android:
id=
"@+id/ca_spinner"
103 android:
layout_width=
"match_parent"
104 android:
layout_height=
"wrap_content"
105 android:
layout_marginBottom=
"5dp" />