hnyy_btn_exit_bg.xml 251 B

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