diff options
Diffstat (limited to 'java/res/layout/more_suggestions.xml')
-rw-r--r-- | java/res/layout/more_suggestions.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/layout/more_suggestions.xml b/java/res/layout/more_suggestions.xml index 0869992c9..06dd77aa5 100644 --- a/java/res/layout/more_suggestions.xml +++ b/java/res/layout/more_suggestions.xml @@ -24,8 +24,8 @@ android:layout_height="wrap_content" android:orientation="vertical" > - <com.android.inputmethod.latin.suggestions.MoreSuggestionsView - xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + <org.kelar.inputmethod.latin.suggestions.MoreSuggestionsView + xmlns:latin="http://schemas.android.com/apk/res-auto" android:id="@+id/more_suggestions_view" android:layout_width="wrap_content" android:layout_height="wrap_content" |