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

Commit d29f2d26 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Make action bar title a valid touch target for up when relevant" into jb-mr1.1-dev

parents 25505f95 4dca8636
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1051,6 +1051,7 @@ public class ActionBarView extends AbsActionBarView {
                    (mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0;
            if (showTitle) {
                x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
                homeSlop = mTitleLayout.getWidth();
            }

            switch (mNavigationMode) {