aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/drawable/caution.png (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* Move pngs from drawable to drawable-mdpi in project packages/inputmethods/Lat...•••Change-Id: I7df8040996aab9c90547a472a7627f1f1afe4eb9 Gilles Debunne2010-08-021-0/+0
* Don't let the native code target be included twice when unbundling.•••Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986 Amith Yamasani2010-03-091-0/+0