|
386 | 386 | android:text="@string/import_notes" /> |
387 | 387 | </RelativeLayout> |
388 | 388 |
|
| 389 | + <include |
| 390 | + android:id="@+id/settings_migrating_divider" |
| 391 | + layout="@layout/divider" /> |
| 392 | + |
| 393 | + <TextView |
| 394 | + android:id="@+id/settings_backups_label" |
| 395 | + style="@style/SettingsSectionLabelStyle" |
| 396 | + android:layout_width="match_parent" |
| 397 | + android:layout_height="wrap_content" |
| 398 | + android:text="@string/backups" /> |
| 399 | + |
| 400 | + <RelativeLayout |
| 401 | + android:id="@+id/settings_enable_automatic_backups_holder" |
| 402 | + style="@style/SettingsHolderCheckboxStyle" |
| 403 | + android:layout_width="match_parent" |
| 404 | + android:layout_height="wrap_content"> |
| 405 | + |
| 406 | + <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
| 407 | + android:id="@+id/settings_enable_automatic_backups" |
| 408 | + style="@style/SettingsCheckboxStyle" |
| 409 | + android:layout_width="match_parent" |
| 410 | + android:layout_height="wrap_content" |
| 411 | + android:text="@string/enable_automatic_backups" /> |
| 412 | + |
| 413 | + </RelativeLayout> |
| 414 | + |
| 415 | + <RelativeLayout |
| 416 | + android:id="@+id/settings_manage_automatic_backups_holder" |
| 417 | + style="@style/SettingsHolderTextViewOneLinerStyle" |
| 418 | + android:layout_width="match_parent" |
| 419 | + android:layout_height="wrap_content"> |
| 420 | + |
| 421 | + <com.simplemobiletools.commons.views.MyTextView |
| 422 | + android:id="@+id/settings_manage_automatic_backups" |
| 423 | + style="@style/SettingsTextLabelStyle" |
| 424 | + android:layout_width="wrap_content" |
| 425 | + android:layout_height="wrap_content" |
| 426 | + android:text="@string/manage_automatic_backups" /> |
| 427 | + |
| 428 | + </RelativeLayout> |
| 429 | + |
389 | 430 | </LinearLayout> |
390 | 431 | </androidx.core.widget.NestedScrollView> |
391 | 432 | </androidx.coordinatorlayout.widget.CoordinatorLayout> |
0 commit comments