无论如何Android
设置高度LinearLayout
以匹配它的宽度?
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="MATCH_WIDTH_OF_THIS_LinearLayout"
我有LinearLayout
tomatch_parent
的宽度,我希望LinearLayout
它的高度与它自己的宽度相匹配。