Fix extract mode visual

Bug: 4850051
Change-Id: Id30e15c6c1c341d3a7712165bd4fb0875d1ad8f1
main
Tadashi G. Takaoka 2011-06-24 07:52:35 +09:00
parent 1bca5b6e83
commit 2b9eb15c0d
2 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,8 @@
android:id="@+id/candidates_container"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="@dimen/candidate_strip_minimum_height"
android:layout_height="wrap_content"
android:minHeight="@dimen/candidate_strip_minimum_height"
android:gravity="bottom"
>
<View

View File

@ -37,8 +37,9 @@
<fraction name="key_label_ratio">35%</fraction>
<fraction name="key_hint_letter_ratio">28%</fraction>
<fraction name="key_uppercase_letter_ratio">40%</fraction>
<dimen name="key_preview_offset">0.08in</dimen>
<fraction name="key_preview_text_ratio">90%</fraction>
<dimen name="key_preview_offset">0.08in</dimen>
<dimen name="key_preview_offset_ics">0.01in</dimen>
<dimen name="candidate_strip_height">38dip</dimen>
<dimen name="candidate_strip_fading_edge_length">63dip</dimen>
<!-- Amount of allowance for selecting keys in a mini popup keyboard by sliding finger. -->