clean up BackupRestoreFragment

This commit is contained in:
Vincent Breitmoser 2018-06-21 16:45:22 +02:00
parent 3e00320bac
commit 71303c27eb
2 changed files with 5 additions and 3 deletions

View file

@ -7,4 +7,6 @@
android:minHeight="56dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:textAppearance="?textAppearanceListItemSmall" />
android:textAppearance="?textAppearanceListItemSmall"
android:background="?colorCardViewBackground"
/>

View file

@ -1497,8 +1497,8 @@
<string name="first_time_blank_security_token_yes">"Use this Security Token"</string>
<string name="backup_text">"Backups that include your own keys must never be shared with other people!"</string>
<string name="backup_all">"All keys + your own keys"</string>
<string name="backup_public_keys">"All keys"</string>
<string name="backup_all">"Full backup (encrypted)"</string>
<string name="backup_public_keys">"Export contact keys only"</string>
<string name="backup_section">"Backup"</string>
<string name="restore_section">"Restore"</string>