mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 17:18:52 -06:00
Use SwitchPreference instead of checkmarks
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user