标签: android popup
我想按下操作栏中的溢出按钮以填充屏幕宽度时显示每个菜单项。
我尝试使用
<style name="PopupWindowStyle" parent="@style/Widget.AppCompat.Base.ListPopupWindow"> <item name="android:layout_width">match_parent</item> </style>
但这不起作用。
感谢您提前提供任何帮助。