-1
我有一個看起來像下面的佈局: ScrollView(match_parent, match_parent) - RelativeLayout(match_parent, 1000dp) - ImageView(match_parent, match_parent)
問題是,當它正在佈局時,ImageView的高度與父級不匹配。 任何人都知道這是爲什麼發生和任何解決方案?Android ScrollView的ContentViewGroup的孩子不尊重match_parent
我改變的RelativeLayout高度wrap_content和ImageView到1000dp。和它的作品。沒有想法爲什麼android滾動視圖和視圖組有這種奇怪的行爲。 –
所以你的問題解決了? – Moulesh
雅,但不知道爲什麼孩子的match_parent不工作,但其他與wrap_content的父母工作。奇怪的android。 –