Reorganized the typing settings. The Predictive and ABC mode settings are on separate screens now
This commit is contained in:
parent
83c2296d9f
commit
3ecdd7020e
22 changed files with 139 additions and 78 deletions
7
app/src/main/res/xml/prefs_screen_mode_abc.xml
Normal file
7
app/src/main/res/xml/prefs_screen_mode_abc.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue