搜索资源列表
UCWEB2.0
- 模仿最新7.4的UC 浏览器的布局,主要学习布局,利用了poperwindow,gridview等,-UC 7.4 imitate the latest layout of the browser, the layout of the main study, the use of the poperwindow, gridview, etc.
btm
- 详细介绍 - [ Android 半透明对话框Demo源码 ] 下面是实现步骤: 1. 背景置灰: popupWindow = new PopupWindow(menuView, LayoutParams.FILL_PARENT,LayoutParams.FILL_PARENT, true) 第二三个参数必须是LayoutParams.FILL_PARENT,这样才能填充整个屏幕,达到背景置灰的目的。 整个popupwindow里面是一个GridView,图片什么的也是用