2017-05-20 112 views
0

在後臺將其列爲constraintLayout,我試圖在其上插入線性水平佈局。每當我將match_parent分配給android:layout_width和android:layout_height時,它都會自動回覆到某個固定Dp(例如寬度爲395dp,高度爲587dp)。如何更改此設置?無法更改佈局的高度和寬度

Screenshot Here

+0

您能否提供示例截圖? –

+0

這是我猜在附帶問題的截圖 –

回答

0

匹配父進程將不會約束佈局內工作,你必須定義約束佈局內的相對位置。您必須指定layout_constraintStart_toStartOf和layout_constraintEnd_toEndOf