我想布局一个ImageView,然后按一个LinearLayout(在它右边)。
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<ImageView android:id="@+id/icon" android:layout_width="20px"
android:layout_height="20px" />
<RelativeLayout android:id="@+id/side" android:layout_width="fill_parent" android:layout_weight="1" android:layout_width="????">
// some children here
</RelativeLayout>
</LinearLayout>
如何配置我的侧面板,以便在高度为&gt;时使用'wrap_content'。比图像视图?如果没有,请使用图像的高度,即20px?