|
1 | 1 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
2 | | - xmlns:tools="http://schemas.android.com/tools" |
3 | | - android:id="@+id/MainMenuLayout" |
4 | | - android:layout_width="match_parent" |
5 | | - android:layout_height="match_parent" |
6 | | - android:layout_gravity="center" |
7 | | - android:gravity="center|top" |
8 | | - android:orientation="vertical" |
9 | | - android:paddingBottom="@dimen/activity_vertical_margin" |
10 | | - android:paddingLeft="@dimen/activity_horizontal_margin" |
11 | | - android:paddingRight="@dimen/activity_horizontal_margin" |
12 | | - android:paddingTop="@dimen/activity_vertical_margin" |
13 | | - tools:context="org.astonbitecode.rustkeylock.MainActivity" > |
| 2 | + xmlns:tools="http://schemas.android.com/tools" |
| 3 | + android:id="@+id/MainMenuLayout" |
| 4 | + android:layout_width="match_parent" |
| 5 | + android:layout_height="match_parent" |
| 6 | + android:layout_gravity="center" |
| 7 | + android:gravity="center|top" |
| 8 | + android:orientation="vertical" |
| 9 | + android:paddingBottom="@dimen/activity_vertical_margin" |
| 10 | + android:paddingLeft="@dimen/activity_horizontal_margin" |
| 11 | + android:paddingRight="@dimen/activity_horizontal_margin" |
| 12 | + android:paddingTop="@dimen/activity_vertical_margin" |
| 13 | + tools:context="org.astonbitecode.rustkeylock.MainActivity"> |
14 | 14 |
|
15 | 15 | <ScrollView |
16 | | - android:id="@+id/scrollViewMainMenu" |
17 | | - android:layout_width="match_parent" |
18 | | - android:layout_height="wrap_content" > |
| 16 | + android:id="@+id/scrollViewMainMenu" |
| 17 | + android:layout_width="match_parent" |
| 18 | + android:layout_height="wrap_content"> |
19 | 19 |
|
20 | 20 | <GridLayout |
21 | | - android:layout_width="match_parent" |
22 | | - android:layout_height="wrap_content" |
23 | | - android:columnCount="1" |
24 | | - android:gravity="center|top" |
25 | | - android:orientation="vertical" > |
| 21 | + android:layout_width="match_parent" |
| 22 | + android:layout_height="wrap_content" |
| 23 | + android:columnCount="1" |
| 24 | + android:gravity="center|top" |
| 25 | + android:orientation="vertical"> |
26 | 26 |
|
27 | 27 | <Button |
28 | | - android:id="@+id/listButton" |
29 | | - android:layout_width="wrap_content" |
30 | | - android:layout_height="wrap_content" |
31 | | - android:layout_gravity="fill_horizontal" |
32 | | - android:layout_marginTop="20sp" |
33 | | - android:background="@android:color/transparent" |
34 | | - android:drawableTop="@drawable/circled_list" |
35 | | - android:text="Passwords" /> |
| 28 | + android:id="@+id/listButton" |
| 29 | + android:layout_width="wrap_content" |
| 30 | + android:layout_height="wrap_content" |
| 31 | + android:layout_gravity="fill_horizontal" |
| 32 | + android:layout_marginTop="20sp" |
| 33 | + android:background="@android:color/transparent" |
| 34 | + android:drawableTop="@drawable/circled_list" |
| 35 | + android:text="Passwords"/> |
36 | 36 |
|
37 | 37 | <Button |
38 | | - android:id="@+id/saveButton" |
39 | | - android:layout_width="wrap_content" |
40 | | - android:layout_height="wrap_content" |
41 | | - android:layout_gravity="fill_horizontal" |
42 | | - android:layout_marginTop="20sp" |
43 | | - android:background="@android:color/transparent" |
44 | | - android:drawableTop="@drawable/save" |
45 | | - android:text="Encrypt and Save" /> |
| 38 | + android:id="@+id/saveButton" |
| 39 | + android:layout_width="wrap_content" |
| 40 | + android:layout_height="wrap_content" |
| 41 | + android:layout_gravity="fill_horizontal" |
| 42 | + android:layout_marginTop="20sp" |
| 43 | + android:background="@android:color/transparent" |
| 44 | + android:drawableTop="@drawable/save" |
| 45 | + android:text="Encrypt and Save"/> |
46 | 46 |
|
47 | 47 | <Button |
48 | | - android:id="@+id/changePasswordButton" |
49 | | - android:layout_width="wrap_content" |
50 | | - android:layout_height="wrap_content" |
51 | | - android:layout_gravity="fill_horizontal" |
52 | | - android:layout_marginTop="20sp" |
53 | | - android:background="@android:color/transparent" |
54 | | - android:drawableTop="@drawable/edit" |
55 | | - android:text="Change master password" /> |
| 48 | + android:id="@+id/changePasswordButton" |
| 49 | + android:layout_width="wrap_content" |
| 50 | + android:layout_height="wrap_content" |
| 51 | + android:layout_gravity="fill_horizontal" |
| 52 | + android:layout_marginTop="20sp" |
| 53 | + android:background="@android:color/transparent" |
| 54 | + android:drawableTop="@drawable/edit" |
| 55 | + android:text="Change master password"/> |
56 | 56 |
|
57 | 57 | <Button |
58 | | - android:id="@+id/exportButton" |
59 | | - android:layout_width="wrap_content" |
60 | | - android:layout_height="wrap_content" |
61 | | - android:layout_gravity="fill_horizontal" |
62 | | - android:layout_marginTop="20sp" |
63 | | - android:background="@android:color/transparent" |
64 | | - android:drawableTop="@drawable/export" |
65 | | - android:text="Export to..." /> |
| 58 | + android:id="@+id/exportButton" |
| 59 | + android:layout_width="wrap_content" |
| 60 | + android:layout_height="wrap_content" |
| 61 | + android:layout_gravity="fill_horizontal" |
| 62 | + android:layout_marginTop="20sp" |
| 63 | + android:background="@android:color/transparent" |
| 64 | + android:drawableTop="@drawable/export" |
| 65 | + android:text="Export to..."/> |
66 | 66 |
|
67 | 67 | <Button |
68 | | - android:id="@+id/importButton" |
69 | | - android:layout_width="wrap_content" |
70 | | - android:layout_height="wrap_content" |
71 | | - android:layout_gravity="fill_horizontal" |
72 | | - android:layout_marginTop="20sp" |
73 | | - android:background="@android:color/transparent" |
74 | | - android:drawableTop="@drawable/importimg" |
75 | | - android:text="Import from..." /> |
| 68 | + android:id="@+id/importButton" |
| 69 | + android:layout_width="wrap_content" |
| 70 | + android:layout_height="wrap_content" |
| 71 | + android:layout_gravity="fill_horizontal" |
| 72 | + android:layout_marginTop="20sp" |
| 73 | + android:background="@android:color/transparent" |
| 74 | + android:drawableTop="@drawable/importimg" |
| 75 | + android:text="Import from..."/> |
76 | 76 |
|
77 | 77 | <Button |
78 | | - android:id="@+id/exitButton" |
79 | | - android:layout_width="wrap_content" |
80 | | - android:layout_height="wrap_content" |
81 | | - android:layout_gravity="fill_horizontal" |
82 | | - android:layout_marginTop="20sp" |
83 | | - android:background="@android:color/transparent" |
84 | | - android:drawableTop="@drawable/close" |
85 | | - android:text="Exit" /> |
| 78 | + android:id="@+id/mmEditConfigurationButton" |
| 79 | + android:layout_width="wrap_content" |
| 80 | + android:layout_height="wrap_content" |
| 81 | + android:layout_gravity="fill_horizontal" |
| 82 | + android:layout_marginTop="20sp" |
| 83 | + android:background="@android:color/transparent" |
| 84 | + android:drawableTop="@drawable/settings" |
| 85 | + android:text="Configuration"/> |
| 86 | + |
| 87 | + <Button |
| 88 | + android:id="@+id/exitButton" |
| 89 | + android:layout_width="wrap_content" |
| 90 | + android:layout_height="wrap_content" |
| 91 | + android:layout_gravity="fill_horizontal" |
| 92 | + android:layout_marginTop="20sp" |
| 93 | + android:background="@android:color/transparent" |
| 94 | + android:drawableTop="@drawable/close" |
| 95 | + android:text="Exit"/> |
86 | 96 | </GridLayout> |
87 | 97 | </ScrollView> |
88 | 98 |
|
|
0 commit comments