分割线

  <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"/>

你可能感兴趣的:(android)