am d29f2d26
: Merge "Make action bar title a valid touch target for up when relevant" into jb-mr1.1-dev
* commit 'd29f2d263af9a3017799d3098ed208a49c5ecc69': Make action bar title a valid touch target for up when relevant
This commit is contained in:
@ -1051,6 +1051,7 @@ public class ActionBarView extends AbsActionBarView {
|
|||||||
(mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0;
|
(mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0;
|
||||||
if (showTitle) {
|
if (showTitle) {
|
||||||
x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
|
x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
|
||||||
|
homeSlop = mTitleLayout.getWidth();
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (mNavigationMode) {
|
switch (mNavigationMode) {
|
||||||
|
Reference in New Issue
Block a user