如何在调整其父ViewGroup后调整子视图高度?

时间:2012-12-12 14:40:23

标签: java android android-custom-view

我有自定义视图,它扩展RelativeLayout并且子元素的height设置为“fill_parent”。 问题是调整父母身高不会影响孩子的身高。 如何强迫孩子适应其父母?

提前致谢!

1 个答案:

答案 0 :(得分:1)

您可以使用LayoutParams以编程方式更改高度\宽度,请检查: How to create a RelativeLayout programmatically with two buttons one on top of the other?