Use SwitchPreference instead of checkmarks

pull/84/head
Alinson S. Xavier 10 years ago
parent 5d808dd2e8
commit 33b5215b00

@ -24,13 +24,13 @@
android:key="interfaceCategory" android:key="interfaceCategory"
android:title="@string/interface_preferences"> android:title="@string/interface_preferences">
<CheckBoxPreference <SwitchPreference
android:defaultValue="false" android:defaultValue="false"
android:key="pref_short_toggle" android:key="pref_short_toggle"
android:summary="@string/pref_toggle_description" android:summary="@string/pref_toggle_description"
android:title="@string/pref_toggle_title"/> android:title="@string/pref_toggle_title"/>
<CheckBoxPreference <SwitchPreference
android:defaultValue="false" android:defaultValue="false"
android:key="pref_pure_black" android:key="pref_pure_black"
android:summary="@string/pure_black_description" android:summary="@string/pure_black_description"

Loading…
Cancel
Save