码迷,mamicode.com
首页 > Windows程序 > 详细

fitsSystemWindow作用

时间:2016-01-29 12:06:03      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:

英文文档注释为:

Boolean internal attribute to adjust view layout based on system windows such as the status bar. If true, adjusts the padding of this >view to leave space for the system windows. Will only take effect if this view is in a non-embedded activity.
 经过具体实验,具体的作用就是你的contentview是否忽略actionbar,title,屏幕的底部虚拟按键,将整个屏幕当作可用的空间。
正常情况,contentview可用的空间是去除了actionbar,title,底部按键的空间后剩余的可用区域;这个属性设置为true,则忽略,false则不忽略

效果如下:

设置为true

技术分享

 

设置为false

技术分享

fitsSystemWindow作用

标签:

原文地址:http://www.cnblogs.com/zhujiabin/p/5168252.html

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