You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
607 B
XML
23 lines
607 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<Preference
|
|
android:key="backup"
|
|
android:persistent="false"
|
|
android:title="@string/create_backup" />
|
|
|
|
<Preference
|
|
android:key="restore"
|
|
android:persistent="false"
|
|
android:title="@string/restore_backup" />
|
|
|
|
<Preference
|
|
android:icon="@drawable/ic_info_outline"
|
|
android:persistent="false"
|
|
android:selectable="false"
|
|
android:summary="@string/backup_information"
|
|
app:allowDividerAbove="true" />
|
|
|
|
</PreferenceScreen> |