diff options
author | 2011-09-27 03:18:37 -0700 | |
---|---|---|
committer | 2011-09-27 03:18:37 -0700 | |
commit | 5175f4799ab0b5c8a0851861c43e92fc0daa32e2 (patch) | |
tree | f04869cd81167d2d966c63271321d187999b7ca4 /java/res | |
parent | 091ee76285593d4c2a638d1927016e5bdfceccfd (diff) | |
parent | f451ed2012df7eb080de045a93a494aecd2775b4 (diff) | |
download | latinime-5175f4799ab0b5c8a0851861c43e92fc0daa32e2.tar.gz latinime-5175f4799ab0b5c8a0851861c43e92fc0daa32e2.tar.xz latinime-5175f4799ab0b5c8a0851861c43e92fc0daa32e2.zip |
Merge "Forward touch events above the keyboard to the suggestions strip"
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/layout/input_view.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/layout/input_view.xml b/java/res/layout/input_view.xml index 13560e0cf..2e0cddc28 100644 --- a/java/res/layout/input_view.xml +++ b/java/res/layout/input_view.xml @@ -18,7 +18,7 @@ */ --> -<LinearLayout +<com.android.inputmethod.latin.InputView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" android:orientation="vertical" @@ -61,4 +61,4 @@ android:layout_alignParentBottom="true" android:layout_width="match_parent" android:layout_height="wrap_content" /> -</LinearLayout> +</com.android.inputmethod.latin.InputView> |