aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2014-08-16 14:13:06 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-16 14:13:06 +0000
commit230a73a1d647e95d4460980958220547776a04a0 (patch)
tree0676fd6f40a0f2be1eb779004151b41230bc8ead /java
parente260d62e0fed308eba8d1e8671d6afa2936bba66 (diff)
parentfd8f1cf1bde09008ace309d8fb925e69df10c676 (diff)
downloadlatinime-230a73a1d647e95d4460980958220547776a04a0.tar.gz
latinime-230a73a1d647e95d4460980958220547776a04a0.tar.xz
latinime-230a73a1d647e95d4460980958220547776a04a0.zip
am fd8f1cf1: am 4617bf56: am b7a227b9: Merge "Use RelativeLayout for the backing view" into lmp-dev
* commit 'fd8f1cf1bde09008ace309d8fb925e69df10c676': Use RelativeLayout for the backing view
Diffstat (limited to 'java')
-rw-r--r--java/res/layout/input_view.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/layout/input_view.xml b/java/res/layout/input_view.xml
index ff0b403d1..7bfda3ae2 100644
--- a/java/res/layout/input_view.xml
+++ b/java/res/layout/input_view.xml
@@ -25,7 +25,7 @@
android:gravity="bottom|center_horizontal"
android:orientation="vertical" >
<!-- The height of key_preview_backing view will automatically be determined by code. -->
- <View
+ <RelativeLayout
android:id="@+id/key_preview_backing"
android:layout_width="match_parent"
android:layout_height="0dp" />