jm_skin3_select_right_normal.xml 346 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="rectangle">
  4. <stroke
  5. android:color="@color/jm_green"
  6. android:width="1dp"/>
  7. <corners
  8. android:topRightRadius="5dp"
  9. android:bottomRightRadius="5dp"/>
  10. </shape>