futokb/java/res/layout
Luca Zanolin bbd651a008 Change the UI of Voice IME to be more like Voice Search.
There has been a bit of refactoring in RecognitionView in particular to fix the portrait layout.

The main issues found were:

- the size of the keyboard is specified in inches, and
(cm)(inches + inches) != ((cm) inches) + ((cm) inches))

- the height of keyboard background is high as the landscape keyboard, but it higher than
the portrait keyboard. This is not an issue on LatinKeyboard, as it overwrite the
onMeasure method. However, if I use the same image background in RelativeLayout
the Relative layout height is set to the height of the background, thus higher than the keyboard

- the change configuration was not propageted correctly

Change-Id: Id5dca425826997c573ccae7a085d5ddc9719733b
2011-01-18 15:49:17 +00:00
..
bubble_text.xml
candidate_preview.xml
candidate.xml Tune padding of candidate word 2010-12-13 17:46:11 +09:00
candidates.xml Implement CandidateView using HorizontalScrollView 2010-12-08 16:55:36 +09:00
input_basic_highcontrast.xml
input_basic.xml
input_gingerbread.xml
input_honeycomb.xml Fix text color of main key labels in shifted state 2011-01-11 20:41:40 +09:00
input_stone_bold.xml
input_stone_normal.xml
input_stone_popup.xml
key_preview_honeycomb.xml
key_preview.xml
keyboard_popup_honeycomb.xml
keyboard_popup.xml
recognition_status.xml Change the UI of Voice IME to be more like Voice Search. 2011-01-18 15:49:17 +00:00
voice_punctuation_hint.xml
voice_swipe_hint.xml