|
161 | 161 |
|
162 | 162 | </RelativeLayout> |
163 | 163 |
|
| 164 | + <RelativeLayout |
| 165 | + android:id="@+id/settings_show_key_borders_holder" |
| 166 | + style="@style/SettingsHolderCheckboxStyle" |
| 167 | + android:layout_width="match_parent" |
| 168 | + android:layout_height="wrap_content"> |
| 169 | + |
| 170 | + <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
| 171 | + android:id="@+id/settings_show_key_borders" |
| 172 | + style="@style/SettingsCheckboxStyle" |
| 173 | + android:layout_width="match_parent" |
| 174 | + android:layout_height="wrap_content" |
| 175 | + android:text="@string/show_key_borders" /> |
| 176 | + |
| 177 | + </RelativeLayout> |
| 178 | + |
| 179 | + <RelativeLayout |
| 180 | + android:id="@+id/settings_show_clipboard_content_holder" |
| 181 | + style="@style/SettingsHolderCheckboxStyle" |
| 182 | + android:layout_width="match_parent" |
| 183 | + android:layout_height="wrap_content"> |
| 184 | + |
| 185 | + <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
| 186 | + android:id="@+id/settings_show_clipboard_content" |
| 187 | + style="@style/SettingsCheckboxStyle" |
| 188 | + android:layout_width="match_parent" |
| 189 | + android:layout_height="wrap_content" |
| 190 | + android:text="@string/show_clipboard_content" /> |
| 191 | + |
| 192 | + </RelativeLayout> |
| 193 | + |
164 | 194 | <RelativeLayout |
165 | 195 | android:id="@+id/settings_keyboard_language_holder" |
166 | 196 | style="@style/SettingsHolderTextViewStyle" |
|
206 | 236 | tools:text="@string/small" /> |
207 | 237 |
|
208 | 238 | </RelativeLayout> |
209 | | - |
210 | | - <RelativeLayout |
211 | | - android:id="@+id/settings_show_clipboard_content_holder" |
212 | | - style="@style/SettingsHolderCheckboxStyle" |
213 | | - android:layout_width="match_parent" |
214 | | - android:layout_height="wrap_content"> |
215 | | - |
216 | | - <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
217 | | - android:id="@+id/settings_show_clipboard_content" |
218 | | - style="@style/SettingsCheckboxStyle" |
219 | | - android:layout_width="match_parent" |
220 | | - android:layout_height="wrap_content" |
221 | | - android:text="@string/show_clipboard_content" /> |
222 | | - |
223 | | - </RelativeLayout> |
224 | 239 | </LinearLayout> |
225 | 240 | </androidx.core.widget.NestedScrollView> |
226 | 241 | </androidx.coordinatorlayout.widget.CoordinatorLayout> |
0 commit comments