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就是"修剪子控件".