2019-12-31 18:19:35 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2023-10-20 09:04:57 +02:00
|
|
|
<!--
|
|
|
|
Copyright (C) 2010 The Android Open Source Project
|
|
|
|
modified
|
|
|
|
SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-only
|
2019-12-31 18:19:35 +01:00
|
|
|
-->
|
|
|
|
<PreferenceScreen
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-01-21 10:36:33 +01:00
|
|
|
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
2019-12-31 18:19:35 +01:00
|
|
|
android:title="@string/prefs_debug_mode"
|
|
|
|
android:key="english_ime_debug_settings"
|
|
|
|
>
|
2023-09-01 18:20:09 +02:00
|
|
|
<SwitchPreferenceCompat
|
2019-12-31 18:19:35 +01:00
|
|
|
android:key="debug_mode"
|
|
|
|
android:title="@string/prefs_debug_mode"
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:persistent="true" />
|
2023-09-01 18:20:09 +02:00
|
|
|
<SwitchPreferenceCompat
|
2019-12-31 18:19:35 +01:00
|
|
|
android:key="force_non_distinct_multitouch"
|
|
|
|
android:title="@string/prefs_force_non_distinct_multitouch"
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:persistent="true" />
|
2023-09-01 18:20:09 +02:00
|
|
|
<SwitchPreferenceCompat
|
2019-12-31 18:19:35 +01:00
|
|
|
android:key="pref_should_show_lxx_suggestion_ui"
|
|
|
|
android:title="@string/prefs_should_show_lxx_suggestion_ui"
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:persistent="true" />
|
2023-09-01 18:20:09 +02:00
|
|
|
<SwitchPreferenceCompat
|
2019-12-31 18:19:35 +01:00
|
|
|
android:key="pref_sliding_key_input_preview"
|
|
|
|
android:title="@string/sliding_key_input_preview"
|
|
|
|
android:summary="@string/sliding_key_input_preview_summary"
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:persistent="true" />
|
2023-09-10 12:04:05 +02:00
|
|
|
<PreferenceCategory
|
2019-12-31 18:19:35 +01:00
|
|
|
android:key="pref_key_dump_dictionaries"
|
|
|
|
android:title="@string/prefs_dump_dynamic_dicts">
|
2023-09-10 12:04:05 +02:00
|
|
|
</PreferenceCategory>
|
2019-12-31 18:19:35 +01:00
|
|
|
</PreferenceScreen>
|