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

Commit 1881f27b authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 6029592 - font size setting causes clipped icon menu items"

parents 1a30d4ab 24e877e1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -826,6 +826,10 @@ please see styles_device_defaults.xml.

    <style name="TextAppearance.Widget.IconMenu.Item" parent="TextAppearance.Small">
        <item name="android:textColor">?textColorPrimary</item>
        <!-- dp is used on purpose here instead of sp; there is not space
             for larger font sizes based on the user setting. Newer apps
             should not receive the legacy icon menu panel. -->
        <item name="android:textSize">14dp</item>
    </style>

    <style name="TextAppearance.Widget.EditText">