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

* commit '0bf63a9a76ba513b5f6c603857bcd4d3e4506566':
  Make action bar title a valid touch target for up when relevant
This commit is contained in:
Adam Powell
2013-01-09 11:26:07 -08:00
committed by Android Git Automerger

View File

@@ -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) {