hnyy_login_list_btn_yellow_bg.xml 263 B

12345678
  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_green" />
  4. <corners
  5. android:topLeftRadius="20dp"
  6. android:bottomLeftRadius="20dp"
  7. />
  8. </shape>