diff options
Diffstat (limited to 'java/res/layout/main_keyboard_frame.xml')
-rw-r--r-- | java/res/layout/main_keyboard_frame.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/layout/main_keyboard_frame.xml b/java/res/layout/main_keyboard_frame.xml index ebf746679..95b36639d 100644 --- a/java/res/layout/main_keyboard_frame.xml +++ b/java/res/layout/main_keyboard_frame.xml @@ -27,7 +27,7 @@ <!-- To ensure that key preview popup is correctly placed when the current system locale is one of RTL locales, layoutDirection="ltr" is needed in the SDK version 17+. --> - <com.android.inputmethod.latin.suggestions.SuggestionStripView + <org.kelar.inputmethod.latin.suggestions.SuggestionStripView android:id="@+id/suggestion_strip_view" android:layoutDirection="ltr" android:layout_width="match_parent" @@ -37,7 +37,7 @@ <!-- To ensure that key preview popup is correctly placed when the current system locale is one of RTL locales, layoutDirection="ltr" is needed in the SDK version 17+. --> - <com.android.inputmethod.keyboard.MainKeyboardView + <org.kelar.inputmethod.keyboard.MainKeyboardView android:id="@+id/keyboard_view" android:layoutDirection="ltr" android:layout_width="match_parent" |