am bc63621f: am 9d44411a: Fixed popup mini-keyboard position

Merge commit 'bc63621fcf1db2933f708bf3dd81b2b2f2211c5e'

* commit 'bc63621fcf1db2933f708bf3dd81b2b2f2211c5e':
  Fixed popup mini-keyboard position
main
Tadashi G. Takaoka 2010-09-23 04:14:55 -07:00 committed by Android Git Automerger
commit ae7e550662
1 changed files with 1 additions and 1 deletions

View File

@ -1129,7 +1129,7 @@ public class LatinKeyboardBaseView extends View implements PointerTracker.UIProx
if (isNumberAtLeftmost) {
popupX -= container.getPaddingLeft();
} else {
popupX += popupKey.width + container.getPaddingLeft();
popupX += popupKey.width + getPaddingLeft();
popupX -= container.getMeasuredWidth();
popupX += container.getPaddingRight();
}