|
73 | 73 | <org.fossify.commons.views.PurchaseThankYouItem |
74 | 74 | android:id="@+id/settings_purchase_thank_you_holder" |
75 | 75 | android:layout_width="match_parent" |
76 | | - android:layout_height="wrap_content"/> |
| 76 | + android:layout_height="wrap_content" /> |
77 | 77 |
|
78 | 78 | <RelativeLayout |
79 | 79 | android:id="@+id/settings_use_english_holder" |
|
156 | 156 | layout="@layout/divider" /> |
157 | 157 |
|
158 | 158 | <TextView |
159 | | - android:id="@+id/settings_keyboard_settings_label" |
| 159 | + android:id="@+id/settings_layout_appearance_label" |
160 | 160 | style="@style/SettingsSectionLabelStyle" |
161 | 161 | android:layout_width="match_parent" |
162 | 162 | android:layout_height="wrap_content" |
163 | | - android:text="@string/keyboard_short" /> |
| 163 | + android:text="@string/layout_and_appearance" /> |
164 | 164 |
|
165 | 165 | <RelativeLayout |
166 | | - android:id="@+id/settings_vibrate_on_keypress_holder" |
| 166 | + android:id="@+id/settings_show_key_borders_holder" |
167 | 167 | style="@style/SettingsHolderSwitchStyle" |
168 | 168 | android:layout_width="match_parent" |
169 | 169 | android:layout_height="wrap_content"> |
170 | 170 |
|
171 | 171 | <org.fossify.commons.views.MyMaterialSwitch |
172 | | - android:id="@+id/settings_vibrate_on_keypress" |
| 172 | + android:id="@+id/settings_show_key_borders" |
173 | 173 | style="@style/SettingsSwitchStyle" |
174 | 174 | android:layout_width="match_parent" |
175 | 175 | android:layout_height="wrap_content" |
176 | | - android:text="@string/vibrate_on_keypress" /> |
177 | | - |
178 | | - </RelativeLayout> |
179 | | - |
180 | | - <RelativeLayout |
181 | | - android:id="@+id/settings_sound_on_keypress_holder" |
182 | | - style="@style/SettingsHolderTextViewStyle" |
183 | | - android:layout_width="match_parent" |
184 | | - android:layout_height="wrap_content"> |
185 | | - |
186 | | - <org.fossify.commons.views.MyTextView |
187 | | - android:id="@+id/settings_sound_on_keypress_label" |
188 | | - style="@style/SettingsTextLabelStyle" |
189 | | - android:layout_width="wrap_content" |
190 | | - android:layout_height="wrap_content" |
191 | | - android:text="@string/sound_on_keypress" /> |
192 | | - |
193 | | - <org.fossify.commons.views.MyTextView |
194 | | - android:id="@+id/settings_sound_on_keypress" |
195 | | - style="@style/SettingsTextValueStyle" |
196 | | - android:layout_width="wrap_content" |
197 | | - android:layout_height="wrap_content" |
198 | | - android:layout_below="@+id/settings_sound_on_keypress_label" /> |
| 176 | + android:text="@string/show_key_borders" /> |
199 | 177 |
|
200 | 178 | </RelativeLayout> |
201 | 179 |
|
202 | 180 | <RelativeLayout |
203 | | - android:id="@+id/settings_show_popup_on_keypress_holder" |
| 181 | + android:id="@+id/settings_show_numbers_row_holder" |
204 | 182 | style="@style/SettingsHolderSwitchStyle" |
205 | 183 | android:layout_width="match_parent" |
206 | 184 | android:layout_height="wrap_content"> |
207 | 185 |
|
208 | 186 | <org.fossify.commons.views.MyMaterialSwitch |
209 | | - android:id="@+id/settings_show_popup_on_keypress" |
| 187 | + android:id="@+id/settings_show_numbers_row" |
210 | 188 | style="@style/SettingsSwitchStyle" |
211 | 189 | android:layout_width="match_parent" |
212 | 190 | android:layout_height="wrap_content" |
213 | | - android:text="@string/show_popup" /> |
| 191 | + android:text="@string/show_numbers_row" /> |
214 | 192 |
|
215 | 193 | </RelativeLayout> |
216 | 194 |
|
217 | 195 | <RelativeLayout |
218 | | - android:id="@+id/settings_show_key_borders_holder" |
| 196 | + android:id="@+id/settings_show_emoji_key_holder" |
219 | 197 | style="@style/SettingsHolderSwitchStyle" |
220 | 198 | android:layout_width="match_parent" |
221 | 199 | android:layout_height="wrap_content"> |
222 | 200 |
|
223 | 201 | <org.fossify.commons.views.MyMaterialSwitch |
224 | | - android:id="@+id/settings_show_key_borders" |
| 202 | + android:id="@+id/settings_show_emoji_key" |
225 | 203 | style="@style/SettingsSwitchStyle" |
226 | 204 | android:layout_width="match_parent" |
227 | 205 | android:layout_height="wrap_content" |
228 | | - android:text="@string/show_key_borders" /> |
| 206 | + android:text="@string/show_emoji_key" /> |
229 | 207 |
|
230 | 208 | </RelativeLayout> |
231 | 209 |
|
232 | 210 | <RelativeLayout |
233 | | - android:id="@+id/settings_show_numbers_row_holder" |
| 211 | + android:id="@+id/settings_show_language_switch_key_holder" |
234 | 212 | style="@style/SettingsHolderSwitchStyle" |
235 | 213 | android:layout_width="match_parent" |
236 | 214 | android:layout_height="wrap_content"> |
237 | 215 |
|
238 | 216 | <org.fossify.commons.views.MyMaterialSwitch |
239 | | - android:id="@+id/settings_show_numbers_row" |
| 217 | + android:id="@+id/settings_show_language_switch_key" |
240 | 218 | style="@style/SettingsSwitchStyle" |
241 | 219 | android:layout_width="match_parent" |
242 | 220 | android:layout_height="wrap_content" |
243 | | - android:text="@string/show_numbers_row" /> |
| 221 | + android:text="@string/show_language_switch_key" /> |
244 | 222 |
|
245 | 223 | </RelativeLayout> |
246 | 224 |
|
247 | 225 | <RelativeLayout |
248 | | - android:id="@+id/settings_start_sentences_capitalized_holder" |
249 | | - style="@style/SettingsHolderSwitchStyle" |
| 226 | + android:id="@+id/settings_keyboard_height_multiplier_holder" |
| 227 | + style="@style/SettingsHolderTextViewStyle" |
250 | 228 | android:layout_width="match_parent" |
251 | 229 | android:layout_height="wrap_content"> |
252 | 230 |
|
253 | | - <org.fossify.commons.views.MyMaterialSwitch |
254 | | - android:id="@+id/settings_start_sentences_capitalized" |
255 | | - style="@style/SettingsSwitchStyle" |
| 231 | + <org.fossify.commons.views.MyTextView |
| 232 | + android:id="@+id/settings_keyboard_height_multiplier_label" |
| 233 | + style="@style/SettingsTextLabelStyle" |
| 234 | + android:layout_width="wrap_content" |
| 235 | + android:layout_height="wrap_content" |
| 236 | + android:text="@string/keyboard_height" /> |
| 237 | + |
| 238 | + <org.fossify.commons.views.MyTextView |
| 239 | + android:id="@+id/settings_keyboard_height_multiplier" |
| 240 | + style="@style/SettingsTextValueStyle" |
256 | 241 | android:layout_width="match_parent" |
257 | 242 | android:layout_height="wrap_content" |
258 | | - android:text="@string/start_sentences_capitalized" /> |
| 243 | + android:layout_below="@+id/settings_keyboard_height_multiplier_label" |
| 244 | + tools:text="@string/small" /> |
259 | 245 |
|
260 | 246 | </RelativeLayout> |
261 | 247 |
|
| 248 | + <include |
| 249 | + android:id="@+id/settings_layout_appearance_divider" |
| 250 | + layout="@layout/divider" /> |
| 251 | + |
| 252 | + <TextView |
| 253 | + android:id="@+id/settings_keypress_label" |
| 254 | + style="@style/SettingsSectionLabelStyle" |
| 255 | + android:layout_width="match_parent" |
| 256 | + android:layout_height="wrap_content" |
| 257 | + android:text="@string/keypress" /> |
| 258 | + |
262 | 259 | <RelativeLayout |
263 | | - android:id="@+id/settings_show_emoji_key_holder" |
| 260 | + android:id="@+id/settings_show_popup_on_keypress_holder" |
264 | 261 | style="@style/SettingsHolderSwitchStyle" |
265 | 262 | android:layout_width="match_parent" |
266 | 263 | android:layout_height="wrap_content"> |
267 | 264 |
|
268 | 265 | <org.fossify.commons.views.MyMaterialSwitch |
269 | | - android:id="@+id/settings_show_emoji_key" |
| 266 | + android:id="@+id/settings_show_popup_on_keypress" |
270 | 267 | style="@style/SettingsSwitchStyle" |
271 | 268 | android:layout_width="match_parent" |
272 | 269 | android:layout_height="wrap_content" |
273 | | - android:text="@string/show_emoji_key" /> |
| 270 | + android:text="@string/show_popup" /> |
274 | 271 |
|
275 | 272 | </RelativeLayout> |
276 | 273 |
|
277 | 274 | <RelativeLayout |
278 | | - android:id="@+id/settings_show_language_switch_key_holder" |
| 275 | + android:id="@+id/settings_vibrate_on_keypress_holder" |
279 | 276 | style="@style/SettingsHolderSwitchStyle" |
280 | 277 | android:layout_width="match_parent" |
281 | 278 | android:layout_height="wrap_content"> |
282 | 279 |
|
283 | 280 | <org.fossify.commons.views.MyMaterialSwitch |
284 | | - android:id="@+id/settings_show_language_switch_key" |
| 281 | + android:id="@+id/settings_vibrate_on_keypress" |
285 | 282 | style="@style/SettingsSwitchStyle" |
286 | 283 | android:layout_width="match_parent" |
287 | 284 | android:layout_height="wrap_content" |
288 | | - android:text="@string/show_language_switch_key" /> |
| 285 | + android:text="@string/vibrate_on_keypress" /> |
289 | 286 |
|
290 | 287 | </RelativeLayout> |
291 | 288 |
|
292 | 289 | <RelativeLayout |
293 | | - android:id="@+id/settings_keyboard_height_multiplier_holder" |
| 290 | + android:id="@+id/settings_sound_on_keypress_holder" |
294 | 291 | style="@style/SettingsHolderTextViewStyle" |
295 | 292 | android:layout_width="match_parent" |
296 | 293 | android:layout_height="wrap_content"> |
297 | 294 |
|
298 | 295 | <org.fossify.commons.views.MyTextView |
299 | | - android:id="@+id/settings_keyboard_height_multiplier_label" |
| 296 | + android:id="@+id/settings_sound_on_keypress_label" |
300 | 297 | style="@style/SettingsTextLabelStyle" |
301 | 298 | android:layout_width="wrap_content" |
302 | 299 | android:layout_height="wrap_content" |
303 | | - android:text="@string/keyboard_height" /> |
| 300 | + android:text="@string/sound_on_keypress" /> |
304 | 301 |
|
305 | 302 | <org.fossify.commons.views.MyTextView |
306 | | - android:id="@+id/settings_keyboard_height_multiplier" |
| 303 | + android:id="@+id/settings_sound_on_keypress" |
307 | 304 | style="@style/SettingsTextValueStyle" |
| 305 | + android:layout_width="wrap_content" |
| 306 | + android:layout_height="wrap_content" |
| 307 | + android:layout_below="@+id/settings_sound_on_keypress_label" /> |
| 308 | + |
| 309 | + </RelativeLayout> |
| 310 | + |
| 311 | + <include |
| 312 | + android:id="@+id/settings_keypress_divider" |
| 313 | + layout="@layout/divider" /> |
| 314 | + |
| 315 | + <TextView |
| 316 | + android:id="@+id/settings_typing_input_label" |
| 317 | + style="@style/SettingsSectionLabelStyle" |
| 318 | + android:layout_width="match_parent" |
| 319 | + android:layout_height="wrap_content" |
| 320 | + android:text="@string/typing_and_input" /> |
| 321 | + |
| 322 | + <RelativeLayout |
| 323 | + android:id="@+id/settings_start_sentences_capitalized_holder" |
| 324 | + style="@style/SettingsHolderSwitchStyle" |
| 325 | + android:layout_width="match_parent" |
| 326 | + android:layout_height="wrap_content"> |
| 327 | + |
| 328 | + <org.fossify.commons.views.MyMaterialSwitch |
| 329 | + android:id="@+id/settings_start_sentences_capitalized" |
| 330 | + style="@style/SettingsSwitchStyle" |
308 | 331 | android:layout_width="match_parent" |
309 | 332 | android:layout_height="wrap_content" |
310 | | - android:layout_below="@+id/settings_keyboard_height_multiplier_label" |
311 | | - tools:text="@string/small" /> |
| 333 | + android:text="@string/start_sentences_capitalized" /> |
312 | 334 |
|
313 | 335 | </RelativeLayout> |
314 | 336 |
|
|
336 | 358 | </RelativeLayout> |
337 | 359 |
|
338 | 360 | <include |
339 | | - android:id="@+id/settings_keyboard_divider" |
| 361 | + android:id="@+id/settings_typing_input_divider" |
340 | 362 | layout="@layout/divider" /> |
341 | 363 |
|
342 | | - <!-- CLIPBOARD SETTINGS --> |
343 | 364 | <TextView |
344 | 365 | android:id="@+id/settings_clipboard_settings_label" |
345 | 366 | style="@style/SettingsSectionLabelStyle" |
|
0 commit comments