点赞评论poupwindow
// 设置可以获得焦点 setFocusable(true); // 设置弹窗内可点击 setTouchable(true); // 设置弹窗外可点击 setOutsideTouchable(true); // 获得屏幕的宽度和高度 // mScreenWidth = Util.getScreenWidth(mContext); // mScreenHeight = Util.getScreenHeight(mContext); // 设置弹窗的宽度和高度 setWidth(width); setHeight(height);
文件列表
微信朋友圈点赞评论弹出框效果Popupwindow.rar
(预估有个70文件)
微信朋友圈点赞评论弹出框效果Popupwindow
weixin_friendcircle
.project
855B
bin
AndroidManifest.xml
904B
jarlist.cache
120B
dexedLibs
android-support-v4-efec695919935aa8df7c6362fb763d89.jar
236KB
android-support-v4-88e7283445e1e9c344b5b3d6f496ca7d.jar
236KB
weixin_friendcircle.apk
292KB
暂无评论