标签: java android android-custom-view
我有自定义视图,它扩展RelativeLayout并且子元素的height设置为“fill_parent”。 问题是调整父母身高不会影响孩子的身高。 如何强迫孩子适应其父母?
RelativeLayout
height
提前致谢!
答案 0 :(得分:1)
您可以使用LayoutParams以编程方式更改高度\宽度,请检查: How to create a RelativeLayout programmatically with two buttons one on top of the other?