tysdkn_btn_stroke3.xml 382 B

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