Add popup menu style

This commit is contained in:
MM20 2021-12-17 22:21:47 +01:00
parent 278705f258
commit 2f3203e04a
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 5 additions and 0 deletions

View File

@ -19,4 +19,8 @@
<item name="android:foreground">?selectableItemBackgroundBorderless</item>
</style>
<style name="PopupMenu" parent="Widget.Material3.PopupMenu">
<item name="overlapAnchor">true</item>
</style>
</resources>

View File

@ -16,6 +16,7 @@
<item name="textAppearanceLabelLarge">@style/Typography.Label.Large</item>
<item name="textAppearanceLabelMedium">@style/Typography.Label.Medium</item>
<item name="textAppearanceLabelSmall">@style/Typography.Label.Small</item>
<item name="popupMenuStyle">@style/PopupMenu</item>
</style>