hnyy_btn_white_bg.xml 245 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <corners android:radius="20dp" />
  4. <stroke
  5. android:width="1dp"
  6. android:color="@color/hnyy_color_purple" />
  7. </shape>