am 87228cd7: Merge "Fix bug #5446966 Changing Gravity on a TextView does not change how the text is aligned" into ics-mr0
* commit '87228cd7bb9a39e2bb33a767d214c8d834f840df': Fix bug #5446966 Changing Gravity on a TextView does not change how the text is aligned
This commit is contained in:
@@ -2476,6 +2476,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
|
||||
|
||||
if (gravity != mGravity) {
|
||||
invalidate();
|
||||
mLayoutAlignment = null;
|
||||
}
|
||||
|
||||
mGravity = gravity;
|
||||
|
||||
Reference in New Issue
Block a user