Add popup menu style
This commit is contained in:
parent
278705f258
commit
2f3203e04a
@ -19,4 +19,8 @@
|
|||||||
<item name="android:foreground">?selectableItemBackgroundBorderless</item>
|
<item name="android:foreground">?selectableItemBackgroundBorderless</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<style name="PopupMenu" parent="Widget.Material3.PopupMenu">
|
||||||
|
<item name="overlapAnchor">true</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@ -16,6 +16,7 @@
|
|||||||
<item name="textAppearanceLabelLarge">@style/Typography.Label.Large</item>
|
<item name="textAppearanceLabelLarge">@style/Typography.Label.Large</item>
|
||||||
<item name="textAppearanceLabelMedium">@style/Typography.Label.Medium</item>
|
<item name="textAppearanceLabelMedium">@style/Typography.Label.Medium</item>
|
||||||
<item name="textAppearanceLabelSmall">@style/Typography.Label.Small</item>
|
<item name="textAppearanceLabelSmall">@style/Typography.Label.Small</item>
|
||||||
|
<item name="popupMenuStyle">@style/PopupMenu</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user