hnyy_exit_bg.xml 311 B

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