1
0
Fork 0

added an alternative suggestion scrolling method to fix invisible suggestions on some older devices

This commit is contained in:
sspanak 2023-08-11 18:04:20 +03:00 committed by Dimo Karaivanov
parent a1235e95ac
commit 936c7d3479
14 changed files with 48 additions and 1 deletions

View file

@ -11,4 +11,17 @@
app:key="global_default_keyboard"
app:layout="@layout/pref_text"
app:title="@string/setup_default_keyboard" />
<PreferenceCategory
app:title="@string/pref_category_hacks"
app:layout="@layout/pref_category"
app:singleLineTitle="true">
<SwitchPreferenceCompat
app:key="pref_alternative_suggestion_scrolling"
app:layout="@layout/pref_switch"
app:title="@string/pref_alternative_suggestion_scrolling"
app:summary="@string/pref_alternative_suggestion_scrolling_summary"/>
</PreferenceCategory>
</PreferenceScreen>