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

Commit e436cb39 authored by Chris Banes's avatar Chris Banes Committed by Android (Google) Code Review
Browse files

Merge "Fix ActionMenuView vertical alignment of items" into lmp-mr1-dev

parents ce34c6d3 1970cfd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;