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

Commit 34c829e4 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix ActionBar HomeView up button layout params

Change-Id: I9cbf2ce695cce14c16efa270fafa062f46c985ce
parent 9a1aa4c4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1370,6 +1370,7 @@ public class ActionBarView extends AbsActionBarView {
            int upOffset = 0;
            if (mUpView.getVisibility() != GONE) {
                final LayoutParams upLp = (LayoutParams) mUpView.getLayoutParams();
                upLp.onResolveLayoutDirection(layoutDirection);
                final int upHeight = mUpView.getMeasuredHeight();
                final int upWidth = mUpView.getMeasuredWidth();
                upOffset = upLp.leftMargin + upWidth + upLp.rightMargin;