Android - Layout clipChildren属性
本文地址: http://blog.csdn.net/caroline_wendy
android:clipChildren: Defines whether a child is limited to draw inside of its bounds or not.
子控件是否它的范围之内,默认是true,如果设为false,则子控件可以溢出,需要设置padding为负值.
clip修剪,clip children就是"修剪子控件".
时间: 2024-10-23 04:58:49