Merge commit 'f816fb7248c450ac1da83612507e2604c2eb1478' * commit 'f816fb7248c450ac1da83612507e2604c2eb1478': Make the EditText error popup correctly resize when the view resizes.
This commit is contained in:
@@ -3408,7 +3408,8 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
|
||||
if (mPopup != null) {
|
||||
TextView tv = (TextView) mPopup.getContentView();
|
||||
chooseSize(mPopup, mError, tv);
|
||||
mPopup.update(this, getErrorX(), getErrorY(), -1, -1);
|
||||
mPopup.update(this, getErrorX(), getErrorY(),
|
||||
mPopup.getWidth(), mPopup.getHeight());
|
||||
}
|
||||
|
||||
restartMarqueeIfNeeded();
|
||||
|
||||
Reference in New Issue
Block a user