
popupWindo
未来可期-2022
博客记录,用于记载自己学习过程中比较好的文章
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PopupWindow(自定义)
记录一个自己封装的PopupWindow: csdn下载地址:http://download.youkuaiyun.com/detail/android_zhengyongbo/9837226 实现效果原创 2017-05-09 11:23:20 · 420 阅读 · 0 评论 -
PopupWindow重写返回键
LayoutInflater inflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE); View contentview = inflater.inflate(R.layout.popup, null); contentview.setFocusable(true); /原创 2017-07-24 11:25:51 · 5353 阅读 · 1 评论