aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-06-26 02:07:07 +0900
committerTadashi G. Takaoka <takaoka@google.com>2011-06-26 02:07:07 +0900
commit7fb04fe007a6d0489168e9c87771db554c873464 (patch)
tree1c4c7265f65d99ae07598f83a275c8bed665c4c5 /java/res/layout
parent4f0d290c5d112ebac434bd8de4635f7d42ea2df0 (diff)
downloadlatinime-7fb04fe007a6d0489168e9c87771db554c873464.tar.gz
latinime-7fb04fe007a6d0489168e9c87771db554c873464.tar.xz
latinime-7fb04fe007a6d0489168e9c87771db554c873464.zip
Fix ragged suggestion strip baseline
Change-Id: I5fa9e2ad0993602e24f436e1d8ad0999209e5180
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/candidate_word.xml1
-rw-r--r--java/res/layout/candidates_strip.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/java/res/layout/candidate_word.xml b/java/res/layout/candidate_word.xml
index 94ae2b44e..3d2ad06e4 100644
--- a/java/res/layout/candidate_word.xml
+++ b/java/res/layout/candidate_word.xml
@@ -24,4 +24,5 @@
android:layout_height="wrap_content"
android:minWidth="@dimen/candidate_min_width"
android:textSize="@dimen/candidate_text_size"
+ android:padding="0dp"
style="?attr/suggestionBackgroundStyle" />
diff --git a/java/res/layout/candidates_strip.xml b/java/res/layout/candidates_strip.xml
index c23c29cbe..bb11e057c 100644
--- a/java/res/layout/candidates_strip.xml
+++ b/java/res/layout/candidates_strip.xml
@@ -56,7 +56,7 @@
android:orientation="horizontal"
android:layout_weight="1.0"
android:layout_width="0dp"
- android:layout_height="wrap_content"
+ android:layout_height="match_parent"
android:gravity="center_vertical"
>
<RelativeLayout