diff options
author | 2011-09-20 16:16:34 +0900 | |
---|---|---|
committer | 2011-09-27 19:02:24 +0900 | |
commit | f451ed2012df7eb080de045a93a494aecd2775b4 (patch) | |
tree | 379f999c507a881fcb07a3d1baeecf217bcffc16 /java/res/layout/input_view.xml | |
parent | e4ff4d6b1c14bb7ce20f8b93a90f9f80a3ea5fc3 (diff) | |
download | latinime-f451ed2012df7eb080de045a93a494aecd2775b4.tar.gz latinime-f451ed2012df7eb080de045a93a494aecd2775b4.tar.xz latinime-f451ed2012df7eb080de045a93a494aecd2775b4.zip |
Forward touch events above the keyboard to the suggestions strip
The gutter area between the suggestions strip and the top-row keys
looks like a part of the suggestions strip, and the touch events
landing on the area should be forwarded to the suggestions strip.
Bug: 5246673
Change-Id: I92af763be0feed21aa36ceffb5d575abe554f19e
Diffstat (limited to 'java/res/layout/input_view.xml')
-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> |