|
397 | 397 | layout="@layout/divider" /> |
398 | 398 |
|
399 | 399 | <TextView |
400 | | - android:id="@+id/settings_migrating_label" |
| 400 | + android:id="@+id/settings_backups_label" |
401 | 401 | style="@style/SettingsSectionLabelStyle" |
402 | 402 | android:layout_width="match_parent" |
403 | 403 | android:layout_height="wrap_content" |
404 | | - android:text="@string/migrating" /> |
| 404 | + android:text="@string/backups" /> |
405 | 405 |
|
406 | 406 | <RelativeLayout |
407 | | - android:id="@+id/settings_export_notes_holder" |
408 | | - style="@style/SettingsHolderTextViewOneLinerStyle" |
| 407 | + android:id="@+id/settings_enable_automatic_backups_holder" |
| 408 | + style="@style/SettingsHolderCheckboxStyle" |
409 | 409 | android:layout_width="match_parent" |
410 | 410 | android:layout_height="wrap_content"> |
411 | 411 |
|
412 | | - <org.fossify.commons.views.MyTextView |
413 | | - android:id="@+id/settings_export_notes_label" |
414 | | - style="@style/SettingsTextLabelStyle" |
| 412 | + <org.fossify.commons.views.MyAppCompatCheckbox |
| 413 | + android:id="@+id/settings_enable_automatic_backups" |
| 414 | + style="@style/SettingsCheckboxStyle" |
415 | 415 | android:layout_width="match_parent" |
416 | | - android:layout_height="match_parent" |
417 | | - android:text="@string/export_notes" /> |
| 416 | + android:layout_height="wrap_content" |
| 417 | + android:text="@string/enable_automatic_backups" /> |
| 418 | + |
418 | 419 | </RelativeLayout> |
419 | 420 |
|
420 | 421 | <RelativeLayout |
421 | | - android:id="@+id/settings_import_notes_holder" |
| 422 | + android:id="@+id/settings_manage_automatic_backups_holder" |
422 | 423 | style="@style/SettingsHolderTextViewOneLinerStyle" |
423 | 424 | android:layout_width="match_parent" |
424 | 425 | android:layout_height="wrap_content"> |
425 | 426 |
|
426 | 427 | <org.fossify.commons.views.MyTextView |
427 | | - android:id="@+id/settings_import_notes_label" |
| 428 | + android:id="@+id/settings_manage_automatic_backups" |
428 | 429 | style="@style/SettingsTextLabelStyle" |
429 | | - android:layout_width="match_parent" |
430 | | - android:layout_height="match_parent" |
431 | | - android:text="@string/import_notes" /> |
| 430 | + android:layout_width="wrap_content" |
| 431 | + android:layout_height="wrap_content" |
| 432 | + android:text="@string/manage_automatic_backups" /> |
| 433 | + |
432 | 434 | </RelativeLayout> |
433 | 435 |
|
434 | 436 | <include |
435 | | - android:id="@+id/settings_migrating_divider" |
| 437 | + android:id="@+id/settings_backups_divider" |
436 | 438 | layout="@layout/divider" /> |
437 | 439 |
|
438 | 440 | <TextView |
439 | | - android:id="@+id/settings_backups_label" |
| 441 | + android:id="@+id/settings_migrating_label" |
440 | 442 | style="@style/SettingsSectionLabelStyle" |
441 | 443 | android:layout_width="match_parent" |
442 | 444 | android:layout_height="wrap_content" |
443 | | - android:text="@string/backups" /> |
| 445 | + android:text="@string/migrating" /> |
444 | 446 |
|
445 | 447 | <RelativeLayout |
446 | | - android:id="@+id/settings_enable_automatic_backups_holder" |
447 | | - style="@style/SettingsHolderCheckboxStyle" |
| 448 | + android:id="@+id/settings_export_notes_holder" |
| 449 | + style="@style/SettingsHolderTextViewOneLinerStyle" |
448 | 450 | android:layout_width="match_parent" |
449 | 451 | android:layout_height="wrap_content"> |
450 | 452 |
|
451 | | - <org.fossify.commons.views.MyAppCompatCheckbox |
452 | | - android:id="@+id/settings_enable_automatic_backups" |
453 | | - style="@style/SettingsCheckboxStyle" |
| 453 | + <org.fossify.commons.views.MyTextView |
| 454 | + android:id="@+id/settings_export_notes_label" |
| 455 | + style="@style/SettingsTextLabelStyle" |
454 | 456 | android:layout_width="match_parent" |
455 | | - android:layout_height="wrap_content" |
456 | | - android:text="@string/enable_automatic_backups" /> |
457 | | - |
| 457 | + android:layout_height="match_parent" |
| 458 | + android:text="@string/export_notes" /> |
458 | 459 | </RelativeLayout> |
459 | 460 |
|
460 | 461 | <RelativeLayout |
461 | | - android:id="@+id/settings_manage_automatic_backups_holder" |
| 462 | + android:id="@+id/settings_import_notes_holder" |
462 | 463 | style="@style/SettingsHolderTextViewOneLinerStyle" |
463 | 464 | android:layout_width="match_parent" |
464 | 465 | android:layout_height="wrap_content"> |
465 | 466 |
|
466 | 467 | <org.fossify.commons.views.MyTextView |
467 | | - android:id="@+id/settings_manage_automatic_backups" |
| 468 | + android:id="@+id/settings_import_notes_label" |
468 | 469 | style="@style/SettingsTextLabelStyle" |
469 | | - android:layout_width="wrap_content" |
470 | | - android:layout_height="wrap_content" |
471 | | - android:text="@string/manage_automatic_backups" /> |
472 | | - |
| 470 | + android:layout_width="match_parent" |
| 471 | + android:layout_height="match_parent" |
| 472 | + android:text="@string/import_notes" /> |
473 | 473 | </RelativeLayout> |
474 | 474 |
|
475 | 475 | </LinearLayout> |
|
0 commit comments