hnyy_btn_account_bg.xml 253 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_edittext_bg_gray"/>
  4. <corners
  5. android:radius="30dp"
  6. />
  7. </shape>