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
19 android:
layout_height=
"match_parent"
20 android:
layout_width=
"match_parent"
21 android:
orientation=
"vertical"
23 xmlns:
android=
"http://schemas.android.com/apk/res/android">
26 android:
layout_height=
"wrap_content"
27 android:
layout_width=
"wrap_content"
28 android:
text=
"@string/profile_username_label"
29 android:
textStyle=
"bold" />
32 android:
layout_height=
"wrap_content"
33 android:
layout_width=
"match_parent"
34 android:
id=
"@+id/username"
35 android:
enabled=
"false"
36 android:
inputType=
"none" />
39 android:
layout_height=
"wrap_content"
40 android:
layout_width=
"wrap_content"
41 android:
text=
"@string/profile_password_label"
42 android:
textStyle=
"bold" />
45 android:
layout_height=
"wrap_content"
46 android:
layout_width=
"match_parent"
47 android:
id=
"@+id/password"
48 android:
inputType=
"textPassword|textNoSuggestions"
49 android:
singleLine=
"true" />