<TextView android:layout_width="fill_parent"
android:layout_height="1dp"
android:background="#aa0000"
/>
图片占满整个ImageVIew需要设置整个属性
android:scaleType="fitXY"
<ImageView
android:src="@android:drawable/divider_horizontal_dim_dark"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
993

被折叠的 条评论
为什么被折叠?



