aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-03-07 04:17:52 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-07 04:17:52 -0800
commitc648b887798c241b6810b91be1546dc0046bd4c0 (patch)
treed377240c943b9d93853a251f79816274017d041e /java/res/layout
parent898d84190b70059248655f4f1e3d0c9d2f6a72bb (diff)
parentc8b0e5797e20d3fa25d319a9709aabc9149f8ff9 (diff)
downloadlatinime-c648b887798c241b6810b91be1546dc0046bd4c0.tar.gz
latinime-c648b887798c241b6810b91be1546dc0046bd4c0.tar.xz
latinime-c648b887798c241b6810b91be1546dc0046bd4c0.zip
Merge "Dynamically determine key preview backing view height"
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/input_view.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/layout/input_view.xml b/java/res/layout/input_view.xml
index b9451f8ae..0a8d71f30 100644
--- a/java/res/layout/input_view.xml
+++ b/java/res/layout/input_view.xml
@@ -20,15 +20,15 @@
<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"
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
+ <!-- The height of key_preview_backing view will automatically be determined by code. -->
<View
android:id="@+id/key_preview_backing"
android:layout_width="match_parent"
- android:layout_height="@dimen/key_preview_backing_height" />
+ android:layout_height="0dip" />
<!-- On tablets, the suggestions strip is centered with horizontal paddings on both sides
because width of the landscape mode is too long for the suggestions strip. This