Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea28694a authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix default TextView gravity

- default set to Gravity.TOP | Gravity.BEFORE instead of Gravity.TOP | Gravity.LEFT

Change-Id: I5e528fb1d0a6e3c84dd506e899df33c9b58d25f3
parent 7ec9ab88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10010,7 +10010,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener

    private boolean                 mSelectAllOnFocus = false;

    private int                     mGravity = Gravity.TOP | Gravity.LEFT;
    private int                     mGravity = Gravity.TOP | Gravity.BEFORE;
    private boolean                 mHorizontallyScrolling;

    private int                     mAutoLinkMask;