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

Commit da4bd6fd authored by Alan Viverette's avatar Alan Viverette
Browse files

Actually store gravity in ActionBar.LayoutParams constructor

Change-Id: I19252d55188e0ef075a272985f468fbe3c0628f5
parent 1c3f4092
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1239,6 +1239,8 @@ public abstract class ActionBar {

        public LayoutParams(int width, int height, int gravity) {
            super(width, height);

            this.gravity = gravity;
        }

        public LayoutParams(int gravity) {