We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a30d4a + 24e877e commit 1881f27Copy full SHA for 1881f27
core/res/res/values/styles.xml
@@ -826,6 +826,10 @@ please see styles_device_defaults.xml.
826
827
<style name="TextAppearance.Widget.IconMenu.Item" parent="TextAppearance.Small">
828
<item name="android:textColor">?textColorPrimary</item>
829
+ <!-- dp is used on purpose here instead of sp; there is not space
830
+ for larger font sizes based on the user setting. Newer apps
831
+ should not receive the legacy icon menu panel. -->
832
+ <item name="android:textSize">14dp</item>
833
</style>
834
835
<style name="TextAppearance.Widget.EditText">
0 commit comments