JayceLi  

2011年7月15日

摘要: 在values文件夹下新建文件values/styles.xml.内容如下: 其中transback是一个透明图片。JAVA代码:Dialog dialog = new Dialog(mContext, R.style.transparent);这样就透明了。 阅读全文
posted @ 2011-07-15 16:56 JayceLi 阅读(188) 评论(0) 推荐(0) 编辑
 
摘要: 写了个PopupWindow,设置它为focusable, mPopupWindow = new PopupWindow(layout, 100, 100); mPopupWindow.setFocusable(true); mPopupWindow.setTouchable(true)... 阅读全文
posted @ 2011-07-15 15:57 JayceLi 阅读(740) 评论(0) 推荐(0) 编辑