我想设置弹出式菜单的背景,如给定的图像:
有没有办法为android中的给定弹出菜单设置此背景?如果有人有任何想法,请帮助我完成这个。
答案 0 :(得分:0)
您可以在xml
文件
像这样:
我只是将颜色更改为#ffffff表示Hex white!
<style name="style" parent="android:Theme.Holo.Light">
<item name="android:popupMenuStyle">...</item>
<item name="android:popupAnimationStyle">...</item>
<item name="android:popupBackground">#ffff</item>
<!-- etc etc -->