Android minHeight/Width,maxHeight/Width

在layout文件中,设置IamgeView的最大(最小)高度(宽度)时,需要同时设置android:adjustViewBounds="true",这样设置才会生效。在代码中设置时,需要setAdjustViewBoundstrue。一个layout的实例:

android:adjustViewBounds="true"  
android:maxHeight="150.0dip"  
android:maxWidth="150.0dip"  
android:minHeight="33.0dip"  
android:minWidth="48.0dip" 

 

posted @ 2015-10-29 15:50  如梦真心  阅读(3646)  评论(0编辑  收藏  举报