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

Commit 6c1ca01b authored by Tony Huang's avatar Tony Huang Committed by android-build-merger
Browse files

Merge "Add min width to overflow menu button" into qt-dev

am: 8bd8cfd9

Change-Id: Idc912c52f1c8cb5b8f5fa6c9f8d31ef0e3fc2190
parents d40c4a69 8bd8cfd9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@

    <style name="OverflowButtonStyle" parent="@style/Widget.AppCompat.ActionButton.Overflow">
        <item name="android:tint">?android:colorControlNormal</item>
        <item name="android:minWidth">@dimen/button_touch_size</item>
    </style>

    <style name="OverflowMenuStyle" parent="@style/Widget.AppCompat.PopupMenu.Overflow">