搜索资源列表
translucent-popupwindow
- 实现半透明的popupwindow,仿uc浏览器弹出菜单窗口-Achieve translucent popupwindow, imitation uc browser window pop-up menu
PopupWindow
- android菜单本人实现的类似UC 比较完美-android menu
MyPopupWindow
- Android PopupWindow菜单栏的制作实例,是模仿UC浏览器的底部菜单栏实现的,里面有一些实用的JAVA开发类可以用,希望对大家有帮助-Examples Android PopupWindow make the menu bar, is an imitation of UC browser menu bar at the bottom of implementation, there are some practical classes can use JAVA developmen
PopupWindow-like-UC-Menu
- popupwindow模仿UC菜单,效果酷炫,值得一看-popupwindow like uc
btm
- 详细介绍 - [ Android 半透明对话框Demo源码 ] 下面是实现步骤: 1. 背景置灰: popupWindow = new PopupWindow(menuView, LayoutParams.FILL_PARENT,LayoutParams.FILL_PARENT, true) 第二三个参数必须是LayoutParams.FILL_PARENT,这样才能填充整个屏幕,达到背景置灰的目的。 整个popupwindow里面是一个GridView,图片什么的也是用