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

Commit 1970cfd4 authored by Chris Banes's avatar Chris Banes
Browse files

Fix ActionMenuView vertical alignment of items

BUG: 18066203
Change-Id: I2a34f5b8b33e1e0f32c54acf79b281290fc047f1
parent 8be95fdd
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;