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

Commit f22030d1 authored by James Cook's avatar James Cook Committed by Android (Google) Code Review
Browse files

Merge "Fix ActionButton.CloseMode minWidth to match Toolbar.Button.Navigation" into mnc-dev

parents 0c3aa483 ad358550
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1279,6 +1279,8 @@ please see styles_device_defaults.xml.
    </style>

    <style name="Widget.ActionButton.CloseMode">
        <!-- Should match Widget.Toolbar.Button.Navigation minWidth. -->
        <item name="minWidth">56dp</item>
    </style>

    <style name="Widget.ActionBar.TabView" parent="Widget">
+2 −0
Original line number Diff line number Diff line
@@ -866,6 +866,8 @@ please see styles_device_defaults.xml.

    <style name="Widget.Material.ActionButton.CloseMode">
        <item name="background">@drawable/control_background_material</item>
        <!-- Should match Widget.Material.Toolbar.Button.Navigation minWidth. -->
        <item name="minWidth">56dp</item>
    </style>

    <style name="Widget.Material.ActionButton.Overflow">