|
33 | 33 |
|
34 | 34 | </RelativeLayout> |
35 | 35 |
|
| 36 | + <RelativeLayout |
| 37 | + android:id="@+id/settings_use_english_holder" |
| 38 | + android:layout_width="match_parent" |
| 39 | + android:layout_height="wrap_content" |
| 40 | + android:layout_marginTop="@dimen/medium_margin" |
| 41 | + android:background="?attr/selectableItemBackground" |
| 42 | + android:paddingLeft="@dimen/normal_margin" |
| 43 | + android:paddingTop="@dimen/activity_margin" |
| 44 | + android:paddingRight="@dimen/normal_margin" |
| 45 | + android:paddingBottom="@dimen/activity_margin"> |
| 46 | + |
| 47 | + <com.simplemobiletools.commons.views.MySwitchCompat |
| 48 | + android:id="@+id/settings_use_english" |
| 49 | + android:layout_width="match_parent" |
| 50 | + android:layout_height="wrap_content" |
| 51 | + android:background="@null" |
| 52 | + android:clickable="false" |
| 53 | + android:paddingStart="@dimen/medium_margin" |
| 54 | + android:text="@string/use_english_language" |
| 55 | + app:switchPadding="@dimen/medium_margin"/> |
| 56 | + |
| 57 | + </RelativeLayout> |
| 58 | + |
36 | 59 | <RelativeLayout |
37 | 60 | android:id="@+id/settings_manage_favorites_holder" |
38 | 61 | android:layout_width="match_parent" |
|
56 | 79 | </RelativeLayout> |
57 | 80 |
|
58 | 81 | <RelativeLayout |
59 | | - android:id="@+id/settings_use_english_holder" |
| 82 | + android:id="@+id/settings_change_date_time_format_holder" |
60 | 83 | android:layout_width="match_parent" |
61 | 84 | android:layout_height="wrap_content" |
62 | 85 | android:layout_marginTop="@dimen/medium_margin" |
|
66 | 89 | android:paddingRight="@dimen/normal_margin" |
67 | 90 | android:paddingBottom="@dimen/activity_margin"> |
68 | 91 |
|
69 | | - <com.simplemobiletools.commons.views.MySwitchCompat |
70 | | - android:id="@+id/settings_use_english" |
71 | | - android:layout_width="match_parent" |
| 92 | + <com.simplemobiletools.commons.views.MyTextView |
| 93 | + android:id="@+id/settings_change_date_time_format" |
| 94 | + android:layout_width="wrap_content" |
72 | 95 | android:layout_height="wrap_content" |
73 | | - android:background="@null" |
74 | | - android:clickable="false" |
| 96 | + android:layout_centerVertical="true" |
75 | 97 | android:paddingStart="@dimen/medium_margin" |
76 | | - android:text="@string/use_english_language" |
77 | | - app:switchPadding="@dimen/medium_margin"/> |
| 98 | + android:text="@string/change_date_and_time_format"/> |
78 | 99 |
|
79 | 100 | </RelativeLayout> |
80 | 101 |
|
|
0 commit comments