aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/prefs_screen_debug.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/res/xml/prefs_screen_debug.xml')
-rw-r--r--java/res/xml/prefs_screen_debug.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/java/res/xml/prefs_screen_debug.xml b/java/res/xml/prefs_screen_debug.xml
index 1ae2d0e9f..a437fa0c6 100644
--- a/java/res/xml/prefs_screen_debug.xml
+++ b/java/res/xml/prefs_screen_debug.xml
@@ -16,7 +16,7 @@
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
+ xmlns:latin="http://schemas.android.com/apk/res-auto"
android:title="@string/prefs_debug_mode"
android:key="english_ime_debug_settings"
>
@@ -46,32 +46,32 @@
android:title="@string/prefs_customize_key_preview_animation"
android:defaultValue="false"
android:persistent="true" />
- <com.android.inputmethod.latin.settings.SeekBarDialogPreference
+ <org.kelar.inputmethod.latin.settings.SeekBarDialogPreference
android:dependency="pref_has_custom_key_preview_animation_params"
android:key="pref_key_preview_show_up_start_x_scale"
android:title="@string/prefs_key_popup_show_up_start_x_scale_settings"
latin:maxValue="100" /> <!-- percent -->
- <com.android.inputmethod.latin.settings.SeekBarDialogPreference
+ <org.kelar.inputmethod.latin.settings.SeekBarDialogPreference
android:dependency="pref_has_custom_key_preview_animation_params"
android:key="pref_key_preview_show_up_start_y_scale"
android:title="@string/prefs_key_popup_show_up_start_y_scale_settings"
latin:maxValue="100" /> <!-- percent -->
- <com.android.inputmethod.latin.settings.SeekBarDialogPreference
+ <org.kelar.inputmethod.latin.settings.SeekBarDialogPreference
android:dependency="pref_has_custom_key_preview_animation_params"
android:key="pref_key_preview_dismiss_end_x_scale"
android:title="@string/prefs_key_popup_dismiss_end_x_scale_settings"
latin:maxValue="100" /> <!-- percent -->
- <com.android.inputmethod.latin.settings.SeekBarDialogPreference
+ <org.kelar.inputmethod.latin.settings.SeekBarDialogPreference
android:dependency="pref_has_custom_key_preview_animation_params"
android:key="pref_key_preview_dismiss_end_y_scale"
android:title="@string/prefs_key_popup_dismiss_end_y_scale_settings"
latin:maxValue="100" /> <!-- percent -->
- <com.android.inputmethod.latin.settings.SeekBarDialogPreference
+ <org.kelar.inputmethod.latin.settings.SeekBarDialogPreference
android:dependency="pref_has_custom_key_preview_animation_params"
android:key="pref_key_preview_show_up_duration"
android:title="@string/prefs_key_popup_show_up_duration_settings"
latin:maxValue="100" /> <!-- milliseconds -->
- <com.android.inputmethod.latin.settings.SeekBarDialogPreference
+ <org.kelar.inputmethod.latin.settings.SeekBarDialogPreference
android:dependency="pref_has_custom_key_preview_animation_params"
android:key="pref_key_preview_dismiss_duration"
android:title="@string/prefs_key_popup_dismiss_duration_settings"
@@ -81,7 +81,7 @@
android:title="@string/prefs_resize_keyboard"
android:defaultValue="false"
android:persistent="true" />
- <com.android.inputmethod.latin.settings.SeekBarDialogPreference
+ <org.kelar.inputmethod.latin.settings.SeekBarDialogPreference
android:dependency="pref_resize_keyboard"
android:key="pref_keyboard_height_scale"
android:title="@string/prefs_keyboard_height_scale"