aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/voice/SoundIndicator.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Refactor 1) Moved voice related codes to deprecated/voice•••Change-Id: I008ac7099c815fb74a9ab374419617b336453f97 satok2011-03-161-155/+0
* 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 Luca Zanolin2011-01-181-0/+155