Skip to content
Snippets Groups Projects
Commit ae7e5506 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

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

Merge commit 'bc63621f'

* commit 'bc63621f':
  Fixed popup mini-keyboard position
parents 6721b98b bc63621f
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment