|
1 | 1 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
2 | | - xmlns:tools="http://schemas.android.com/tools" |
3 | | - android:id="@+id/ChangePasswordLayout" |
4 | | - android:layout_width="match_parent" |
5 | | - android:layout_height="match_parent" |
6 | | - android:gravity="center|top" |
7 | | - android:orientation="vertical" |
8 | | - android:paddingBottom="@dimen/activity_vertical_margin" |
9 | | - android:paddingLeft="@dimen/activity_horizontal_margin" |
10 | | - android:paddingRight="@dimen/activity_horizontal_margin" |
11 | | - android:paddingTop="@dimen/activity_vertical_margin" |
12 | | - tools:context="org.astonbitecode.rustkeylock.MainActivity" > |
| 2 | + xmlns:tools="http://schemas.android.com/tools" |
| 3 | + android:id="@+id/ChangePasswordLayout" |
| 4 | + android:layout_width="match_parent" |
| 5 | + android:layout_height="match_parent" |
| 6 | + android:gravity="center|top" |
| 7 | + android:orientation="vertical" |
| 8 | + android:paddingBottom="@dimen/activity_vertical_margin" |
| 9 | + android:paddingLeft="@dimen/activity_horizontal_margin" |
| 10 | + android:paddingRight="@dimen/activity_horizontal_margin" |
| 11 | + android:paddingTop="@dimen/activity_vertical_margin" |
| 12 | + tools:context="org.astonbitecode.rustkeylock.MainActivity"> |
13 | 13 |
|
14 | 14 | <TextView |
15 | | - android:id="@+id/welcomeLabelChangePassword" |
16 | | - android:layout_width="wrap_content" |
17 | | - android:layout_height="wrap_content" |
18 | | - android:text="Master password setup" |
19 | | - android:textAppearance="?android:attr/textAppearanceLarge" /> |
| 15 | + android:id="@+id/welcomeLabelChangePassword" |
| 16 | + android:layout_width="wrap_content" |
| 17 | + android:layout_height="wrap_content" |
| 18 | + android:text="Master password setup" |
| 19 | + android:textAppearance="?android:attr/textAppearanceLarge"/> |
20 | 20 |
|
21 | 21 | <ScrollView |
22 | | - android:id="@+id/scrollViewChangePassword" |
23 | | - android:layout_width="match_parent" |
24 | | - android:layout_height="wrap_content" |
25 | | - android:gravity="center|top" > |
26 | | - |
27 | | - <LinearLayout |
| 22 | + android:id="@+id/scrollViewChangePassword" |
28 | 23 | android:layout_width="match_parent" |
29 | 24 | android:layout_height="wrap_content" |
30 | | - android:layout_marginTop="33sp" |
31 | | - android:gravity="center|top" |
32 | | - android:orientation="vertical" > |
| 25 | + android:gravity="center|top"> |
33 | 26 |
|
34 | | - <TextView |
35 | | - android:id="@+id/passwordLabelChangePassword1" |
36 | | - android:layout_width="wrap_content" |
| 27 | + <LinearLayout |
| 28 | + android:layout_width="match_parent" |
37 | 29 | android:layout_height="wrap_content" |
38 | | - android:text="Please provide your Password" |
39 | | - android:textAppearance="?android:attr/textAppearanceSmall" /> |
| 30 | + android:layout_marginTop="33sp" |
| 31 | + android:gravity="center|top" |
| 32 | + android:orientation="vertical"> |
| 33 | + |
| 34 | + <TextView |
| 35 | + android:id="@+id/passwordLabelChangePassword1" |
| 36 | + android:layout_width="wrap_content" |
| 37 | + android:layout_height="wrap_content" |
| 38 | + android:text="Please provide your Password" |
| 39 | + android:textAppearance="?android:attr/textAppearanceSmall"/> |
40 | 40 |
|
41 | 41 | <EditText |
42 | 42 | android:id="@+id/editPasswordChangePassword1" |
|
45 | 45 | android:inputType="textPassword" |
46 | 46 | tools:ignore="Autofill"> |
47 | 47 |
|
48 | | - <requestFocus /> |
| 48 | + <requestFocus/> |
49 | 49 | </EditText> |
50 | 50 |
|
51 | 51 | <TextView |
52 | | - android:id="@+id/passwordLabelChangePassword2" |
53 | | - android:layout_width="wrap_content" |
54 | | - android:layout_height="wrap_content" |
55 | | - android:layout_marginTop="6sp" |
56 | | - android:text="Please re-enter your Password" |
57 | | - android:textAppearance="?android:attr/textAppearanceSmall" /> |
| 52 | + android:id="@+id/passwordLabelChangePassword2" |
| 53 | + android:layout_width="wrap_content" |
| 54 | + android:layout_height="wrap_content" |
| 55 | + android:layout_marginTop="6sp" |
| 56 | + android:text="Please re-enter your Password" |
| 57 | + android:textAppearance="?android:attr/textAppearanceSmall"/> |
58 | 58 |
|
59 | 59 | <EditText |
60 | | - android:id="@+id/editPasswordChangePassword2" |
61 | | - android:layout_width="match_parent" |
62 | | - android:layout_height="wrap_content" |
63 | | - android:inputType="textPassword" |
64 | | - tools:ignore="Autofill" /> |
| 60 | + android:id="@+id/editPasswordChangePassword2" |
| 61 | + android:layout_width="match_parent" |
| 62 | + android:layout_height="wrap_content" |
| 63 | + android:inputType="textPassword" |
| 64 | + tools:ignore="Autofill"/> |
65 | 65 |
|
66 | 66 | <TextView |
67 | | - android:id="@+id/favoriteNumberLabelChangePassword1" |
68 | | - android:layout_width="wrap_content" |
69 | | - android:layout_height="wrap_content" |
70 | | - android:layout_marginTop="6sp" |
71 | | - android:text="What is your favorite number?" |
72 | | - android:textAppearance="?android:attr/textAppearanceSmall" /> |
| 67 | + android:id="@+id/favoriteNumberLabelChangePassword1" |
| 68 | + android:layout_width="wrap_content" |
| 69 | + android:layout_height="wrap_content" |
| 70 | + android:layout_marginTop="6sp" |
| 71 | + android:text="What is your favorite number?" |
| 72 | + android:textAppearance="?android:attr/textAppearanceSmall"/> |
73 | 73 |
|
74 | 74 | <EditText |
75 | | - android:id="@+id/editFavoriteNumberChangePassword1" |
76 | | - android:layout_width="match_parent" |
77 | | - android:layout_height="wrap_content" |
78 | | - android:inputType="numberPassword" |
79 | | - tools:ignore="Autofill" /> |
| 75 | + android:id="@+id/editFavoriteNumberChangePassword1" |
| 76 | + android:layout_width="match_parent" |
| 77 | + android:layout_height="wrap_content" |
| 78 | + android:inputType="numberPassword" |
| 79 | + tools:ignore="Autofill"/> |
80 | 80 |
|
81 | 81 | <TextView |
82 | | - android:id="@+id/favoriteNumberLabelChangePassword2" |
83 | | - android:layout_width="wrap_content" |
84 | | - android:layout_height="wrap_content" |
85 | | - android:layout_marginTop="6sp" |
86 | | - android:text="Please re-enter your favorite number" |
87 | | - android:textAppearance="?android:attr/textAppearanceSmall" /> |
| 82 | + android:id="@+id/favoriteNumberLabelChangePassword2" |
| 83 | + android:layout_width="wrap_content" |
| 84 | + android:layout_height="wrap_content" |
| 85 | + android:layout_marginTop="6sp" |
| 86 | + android:text="Please re-enter your favorite number" |
| 87 | + android:textAppearance="?android:attr/textAppearanceSmall"/> |
88 | 88 |
|
89 | 89 | <EditText |
90 | | - android:id="@+id/editFavoriteNumberChangePassword2" |
91 | | - android:layout_width="match_parent" |
92 | | - android:layout_height="wrap_content" |
93 | | - android:inputType="numberPassword" |
94 | | - tools:ignore="Autofill" /> |
| 90 | + android:id="@+id/editFavoriteNumberChangePassword2" |
| 91 | + android:layout_width="match_parent" |
| 92 | + android:layout_height="wrap_content" |
| 93 | + android:inputType="numberPassword" |
| 94 | + tools:ignore="Autofill"/> |
95 | 95 |
|
96 | 96 | <Button |
97 | | - android:id="@+id/buttonApplyChanges" |
98 | | - android:layout_width="wrap_content" |
99 | | - android:layout_height="wrap_content" |
100 | | - android:layout_gravity="right" |
101 | | - android:layout_marginTop="18sp" |
102 | | - android:background="@android:color/transparent" |
103 | | - android:drawableTop="@drawable/arrow_right" |
104 | | - android:text="Apply" /> |
| 97 | + android:id="@+id/buttonApplyChanges" |
| 98 | + android:layout_width="wrap_content" |
| 99 | + android:layout_height="wrap_content" |
| 100 | + android:layout_gravity="right" |
| 101 | + android:layout_marginTop="18sp" |
| 102 | + android:background="@android:color/transparent" |
| 103 | + android:drawableTop="@drawable/arrow_right" |
| 104 | + android:text="Apply"/> |
105 | 105 | </LinearLayout> |
106 | 106 | </ScrollView> |
107 | 107 |
|
|
0 commit comments