- <shape
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle" >
- <stroke
- android:width="1dp"
- android:color="@color/image_border" />
- <corners
- android:bottomRightRadius="2dp"
- android:bottomLeftRadius="2dp"
- android:topLeftRadius="2dp"
- android:topRightRadius="2dp"/>
- </shape>
|