Trying switches instead of checkboxes

This commit is contained in:
inorichi
2016-01-21 16:55:18 +01:00
parent dd0a2d842a
commit 75a77566cf
5 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
android:title="@string/pref_download_directory"
android:key="@string/pref_download_directory_key"/>
<CheckBoxPreference
<SwitchPreference
android:title="@string/pref_download_only_over_wifi"
android:key="@string/pref_download_only_over_wifi_key"
android:defaultValue="true"/>