ListView 圆角

		android:layout_height="wrap_content" android:background="@layout/list_corner_1"
android:layout_weight="1.0" />


list_corner_1.xml:


android:shape="rectangle">
android:angle="90" />
android:bottomLeftRadius="10dp" android:topLeftRadius="10dp"
android:topRightRadius="10dp" />

你可能感兴趣的:(android(基础))