Height设置wrap_content注意的问题
2019-03-11 本文已影响0人
henry技术探索记录员
Height设置wrap_content注意的问题
1. marginBottom
当父级layout的height设置为wrap_content时,最下面的View设置的maeginBottom是不起作用。
2. layout_above
RelativeLayout的height设置为wrap_content时,子空间的layout_above是不起作用的。