码迷,mamicode.com
首页 > 移动开发 > 详细

Android实战简易教程-第七十二枪(PopupWindow浮动窗)

时间:2017-07-14 20:31:58      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:6.4   总结   oat   article   宽高   学习   margin   tracking   方法   

PopupWindow的官方定义例如以下:

A popup window that can be used to display an arbitrary view. The popup window is a floating container that appears on top of the current activity.

也就是说它是一个浮动在当前界面上方而且能够显示在任何位置的View,前面的章节我们学习了弹出框,各式各样的,那么PopupWindow应该有两点和弹出框不同,一是PopupWindow必须指定宽高属性,而弹出框则不是必须指定;二是PopupWindow必须指定其布局文件。

以下总结一下经常用法:

方法

类型

说明

PopupWindow(Context context)

构造方法

Android实战简易教程-第七十二枪(PopupWindow浮动窗)

标签:6.4   总结   oat   article   宽高   学习   margin   tracking   方法   

原文地址:http://www.cnblogs.com/ljbguanli/p/7172003.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!