row_home_image.xml 367 B

123456789101112131415
  1. <shape
  2. xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="rectangle" >
  4. <stroke
  5. android:width="1dp"
  6. android:color="@color/image_border" />
  7. <corners
  8. android:bottomRightRadius="2dp"
  9. android:bottomLeftRadius="2dp"
  10. android:topLeftRadius="2dp"
  11. android:topRightRadius="2dp"/>
  12. </shape>