diff options
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/page_configure.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app/src/main/res/layout/page_configure.xml b/app/src/main/res/layout/page_configure.xml index ab1033e..e094f7e 100644 --- a/app/src/main/res/layout/page_configure.xml +++ b/app/src/main/res/layout/page_configure.xml | |||
@@ -25,7 +25,8 @@ | |||
25 | 25 | ||
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 | 30 | ||
30 | </LinearLayout> | 31 | </LinearLayout> |
31 | 32 | ||
@@ -37,7 +38,8 @@ | |||
37 | 38 | ||
38 | <TextView | 39 | <TextView |
39 | android:id="@+id/text_log_directory" | 40 | android:id="@+id/text_log_directory" |
40 | style="@style/AppTheme.BlockContent"/> | 41 | style="@style/AppTheme.BlockContent" |
42 | android:textIsSelectable="true" /> | ||
41 | 43 | ||
42 | </LinearLayout> | 44 | </LinearLayout> |
43 | 45 | ||
@@ -49,7 +51,8 @@ | |||
49 | 51 | ||
50 | <TextView | 52 | <TextView |
51 | android:id="@+id/text_tinc_binary" | 53 | android:id="@+id/text_tinc_binary" |
52 | style="@style/AppTheme.BlockContent"/> | 54 | style="@style/AppTheme.BlockContent" |
55 | android:textIsSelectable="true" /> | ||
53 | 56 | ||
54 | </LinearLayout> | 57 | </LinearLayout> |
55 | 58 | ||