Loading core/java/android/widget/ActionMenuView.java +1 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,7 @@ public class ActionMenuView extends LinearLayout implements MenuBuilder.ItemInvo } final int childCount = getChildCount(); final int midVertical = (top + bottom) / 2; final int midVertical = (bottom - top) / 2; final int dividerWidth = getDividerWidth(); int overflowWidth = 0; int nonOverflowWidth = 0; Loading Loading
core/java/android/widget/ActionMenuView.java +1 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,7 @@ public class ActionMenuView extends LinearLayout implements MenuBuilder.ItemInvo } final int childCount = getChildCount(); final int midVertical = (top + bottom) / 2; final int midVertical = (bottom - top) / 2; final int dividerWidth = getDividerWidth(); int overflowWidth = 0; int nonOverflowWidth = 0; Loading