Make question marks optional

Fixes #96
This commit is contained in:
2020-11-26 15:36:44 -06:00
parent 2228dbf0f4
commit aa288ac406
5 changed files with 30 additions and 2 deletions

View File

@@ -38,6 +38,13 @@
android:title="@string/pref_skip_title"
app:iconSpaceReserved="false" />
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_unknown_enabled"
android:summary="@string/pref_unknown_description"
android:title="@string/pref_unknown_title"
app:iconSpaceReserved="false" />
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_checkmark_reverse_order"