1
0
Fork 0

Reorganized the typing settings. The Predictive and ABC mode settings are on separate screens now

This commit is contained in:
sspanak 2024-09-04 17:11:50 +03:00 committed by Dimo Karaivanov
parent 83c2296d9f
commit 3ecdd7020e
22 changed files with 139 additions and 78 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<DropDownPreference
android:defaultValue="800"
android:key="pref_abc_auto_accept_time"
android:title="@string/pref_abc_auto_accept" />
</androidx.preference.PreferenceScreen>