mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-25 11:22:20 +00:00
debug mode extension
make it available on all build variants show multilingual typing confidences on space bar
This commit is contained in:
parent
9ef79821f4
commit
e1a89c811c
23 changed files with 150 additions and 110 deletions
|
@ -6,10 +6,13 @@
|
|||
-->
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/prefs_debug_mode"
|
||||
android:title="@string/debug_settings_title"
|
||||
android:key="english_ime_debug_settings"
|
||||
>
|
||||
<SwitchPreferenceCompat
|
||||
android:key="pref_show_debug_settings"
|
||||
android:title="@string/prefs_show_debug_settings"
|
||||
android:persistent="true" />
|
||||
<SwitchPreferenceCompat
|
||||
android:key="debug_mode"
|
||||
android:title="@string/prefs_debug_mode"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue