Fixed popup mini-keyboard position
This change reverts I28bf3e4deb46a428dc8422a3a165183e00608604 partly Bug: 3029284 Change-Id: I0701ab9dfa1cfddbecbef3d32e525c0a143fc297
This commit is contained in:
parent
77542988b8
commit
9d44411a82
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue