Use SwitchPreference more often

This commit is contained in:
Dominik Schürmann
2015-08-27 14:05:58 +02:00
parent c292b8d9c3
commit 905e738621
4 changed files with 20 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<CheckBoxPreference
<SwitchPreference
android:key="syncKeyserver"
android:persistent="false"
android:title="@string/label_sync_settings_keyserver_title"/>
<CheckBoxPreference
<SwitchPreference
android:key="syncContacts"
android:persistent="false"
android:title="@string/label_sync_settings_contacts_title" />