码迷,mamicode.com
首页 > 其他好文 > 详细

setAdjustViewBounds与setMaxHeight,setMaxWidth的作用

时间:2014-10-23 12:23:37      阅读:255      评论:0      收藏:0      [点我收藏+]

标签:使用   on   ad   view   图片   height   c   ie   需要   

设置View的最大高度,单独使用无效,需要与setAdjustViewBounds一起使用.如果想设置图片固定大小,又想保持图片宽高比,需要如下设置:
1.设置setAdjustViewBounds为true;
2.设置setMaxHeight,setMaxWidth;
3.设置设置对应layout_width或layout_height为wrap_content.

setAdjustViewBounds与setMaxHeight,setMaxWidth的作用

标签:使用   on   ad   view   图片   height   c   ie   需要   

原文地址:http://www.cnblogs.com/luhaoming/p/4045267.html

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