摘要: 1 背景置灰: popupWindow = new PopupWindow(menuView, LayoutParams.FILL_PARENT,LayoutParams.FILL_PARENT, true); 第二三个参数必须是LayoutParams.FILL_PARENT,这样才能填充整个屏幕,达到背景置灰的目的。2 popupwindow的边框,圆角背景。downbutton_corne.xml<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape=&quo 阅读全文
posted @ 2011-12-15 21:52 翛尧 阅读(1527) 评论(0) 推荐(1)