分解一下:1.利用Shaper设置一个半透明圆角背景2.定义Menu布局,主要就GridView,把图标都放在这个GridView3.Menu事件,通过PopupWindow或者AlertDialog或者透明Activity显示到页面即可。4.按钮的监听事件,实例中没加。需要的话自己在Adapter里加