aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2014-08-16 14:10:16 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-16 14:10:16 +0000
commitfd8f1cf1bde09008ace309d8fb925e69df10c676 (patch)
tree1b4325824bee0d02c25d9482266bdc9f1725d3da /java
parentc9240d280c2a49ed09069be36a0e3dae05ac0e69 (diff)
parent4617bf563f69047bfceb580477fae8c23c9b39f4 (diff)
downloadlatinime-fd8f1cf1bde09008ace309d8fb925e69df10c676.tar.gz
latinime-fd8f1cf1bde09008ace309d8fb925e69df10c676.tar.xz
latinime-fd8f1cf1bde09008ace309d8fb925e69df10c676.zip
am 4617bf56: am b7a227b9: Merge "Use RelativeLayout for the backing view" into lmp-dev
* commit '4617bf563f69047bfceb580477fae8c23c9b39f4': 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" />