mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 9d44411a
: Fixed popup mini-keyboard position
Merge commit '9d44411a82f93e46b4691b446163aa0c77a20e87' into gingerbread-plus-aosp * commit '9d44411a82f93e46b4691b446163aa0c77a20e87': Fixed popup mini-keyboard position
This commit is contained in:
commit
bc63621fcf
@ -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 New Issue
Block a user