1
0
Fork 0

added Compatibility sections in each screen and moved each option where it belongs, instead of keeping them all on the Initial Setup screen

This commit is contained in:
sspanak 2024-04-25 18:41:59 +03:00 committed by Dimo Karaivanov
parent 72a26c920d
commit 2760a30af2
13 changed files with 97 additions and 106 deletions

View file

@ -21,6 +21,11 @@
<PreferenceCategory app:title="@string/pref_category_hacks">
<SwitchPreferenceCompat
app:key="pref_alternative_suggestion_scrolling"
app:title="@string/pref_alternative_suggestion_scrolling"
app:summary="@string/pref_alternative_suggestion_scrolling_summary"/>
<SwitchPreferenceCompat
app:key="pref_candidates_view"
app:title="@string/pref_hack_candidate_view" />