tysdkn_bg_right_black.xml 290 B

123456
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <corners android:bottomRightRadius="5dp" android:topRightRadius="5dp"/>
  4. <solid android:color="#ffffff"/>
  5. <stroke android:width="1dp" android:color="#30B8FF"/>
  6. </shape>