【发布时间】:2014-09-07 02:01:44
【问题描述】:
我正在尝试对图像和文本进行排序,但它不起作用。
图片如下:
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:weightSum="100" >
<ImageView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="80"
android:gravity="right"
android:src="@drawable/image" />
<Button
android:id="@+id/blah"
android:layout_width="fill_parent"
android:layout_weight="20"
android:gravity="left"
android:text="Blah blah blah blah"
android:textSize="15sp" />
</LinearLayout>
【问题讨论】:
-
你想要什么?你现在的效果是什么?
-
在我发布的网址上,棕色的图片在顶部有点高