摘要: /** * @author gongchaobin * * 自定义popuwindow * @version 2012-12-12 */public class MyPopuWindow { private LayoutInflater mInflater; private PopupWindow mPopupWindow; private View mView; private Button mBtn; /** * @param context 上下文 * @param resId layout资源ID * @param width popuwindow的宽 * @param he... 阅读全文
posted @ 2012-05-23 15:12 暗殇 阅读(539) 评论(0) 推荐(0)