HeliBoard/app/src/main/res/xml/prefs_screen_debug.xml

42 lines
1.5 KiB
XML
Raw Normal View History

2019-12-31 18:19:35 +01:00
<?xml version="1.0" encoding="utf-8"?>
<!--
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"
android:title="@string/debug_settings_title"
2019-12-31 18:19:35 +01:00
android:key="english_ime_debug_settings"
>
2024-01-29 14:32:51 +01:00
<SwitchPreference
android:key="show_debug_settings"
android:title="@string/prefs_show_debug_settings"
android:persistent="true" />
2024-01-29 14:32:51 +01:00
<SwitchPreference
2019-12-31 18:19:35 +01:00
android:key="debug_mode"
android:title="@string/prefs_debug_mode"
android:defaultValue="false"
android:persistent="true" />
2024-01-29 14:32:51 +01:00
<SwitchPreference
android:key="show_suggestion_infos"
android:title="@string/prefs_show_suggestion_infos"
android:defaultValue="false"
android:persistent="true" />
2024-01-29 14:32:51 +01:00
<SwitchPreference
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" />
2024-01-29 14:32:51 +01:00
<SwitchPreference
android:key="sliding_key_input_preview"
2019-12-31 18:19:35 +01:00
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
android:key="dump_dictionaries"
2019-12-31 18:19:35 +01:00
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>