diff options
Diffstat (limited to 'app/src/main/res/layout/page_configure.xml')
-rw-r--r-- | app/src/main/res/layout/page_configure.xml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/app/src/main/res/layout/page_configure.xml b/app/src/main/res/layout/page_configure.xml index e094f7e..4f92b07 100644 --- a/app/src/main/res/layout/page_configure.xml +++ b/app/src/main/res/layout/page_configure.xml | |||
@@ -26,7 +26,7 @@ | |||
26 | <TextView | 26 | <TextView |
27 | android:id="@+id/text_configuration_directory" | 27 | android:id="@+id/text_configuration_directory" |
28 | style="@style/AppTheme.BlockContent" | 28 | style="@style/AppTheme.BlockContent" |
29 | android:textIsSelectable="true" /> | 29 | android:textIsSelectable="true"/> |
30 | 30 | ||
31 | </LinearLayout> | 31 | </LinearLayout> |
32 | 32 | ||
@@ -39,7 +39,7 @@ | |||
39 | <TextView | 39 | <TextView |
40 | android:id="@+id/text_log_directory" | 40 | android:id="@+id/text_log_directory" |
41 | style="@style/AppTheme.BlockContent" | 41 | style="@style/AppTheme.BlockContent" |
42 | android:textIsSelectable="true" /> | 42 | android:textIsSelectable="true"/> |
43 | 43 | ||
44 | </LinearLayout> | 44 | </LinearLayout> |
45 | 45 | ||
@@ -52,7 +52,7 @@ | |||
52 | <TextView | 52 | <TextView |
53 | android:id="@+id/text_tinc_binary" | 53 | android:id="@+id/text_tinc_binary" |
54 | style="@style/AppTheme.BlockContent" | 54 | style="@style/AppTheme.BlockContent" |
55 | android:textIsSelectable="true" /> | 55 | android:textIsSelectable="true"/> |
56 | 56 | ||
57 | </LinearLayout> | 57 | </LinearLayout> |
58 | 58 | ||
@@ -84,6 +84,16 @@ | |||
84 | 84 | ||
85 | </LinearLayout> | 85 | </LinearLayout> |
86 | 86 | ||
87 | <LinearLayout | ||
88 | style="@style/AppTheme.ListBlock.Clickable" | ||
89 | android:onClick="openEncryptDecryptPrivateKeyDialog"> | ||
90 | |||
91 | <TextView | ||
92 | style="@style/AppTheme.BlockTitle" | ||
93 | android:text="@string/action_encrypt_decrypt_private_keys"/> | ||
94 | |||
95 | </LinearLayout> | ||
96 | |||
87 | </LinearLayout> | 97 | </LinearLayout> |
88 | 98 | ||
89 | </LinearLayout> | 99 | </LinearLayout> |