tysdkn_btn_dialog_sure.xml 344 B

123456789101112
  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="#30B8FF"></solid>
  5. <corners
  6. android:bottomRightRadius="5dp" />
  7. <stroke
  8. android:width="0.5dp"
  9. android:color="#d8d8d8" />
  10. </shape>