xunqu_account_button_bottm_default.xml 357 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="rectangle">
  4. <solid android:color="@color/xunqu_button_white_default"/>
  5. <corners
  6. android:topLeftRadius="0dp"
  7. android:topRightRadius="0dp"
  8. android:bottomLeftRadius="4dp"
  9. android:bottomRightRadius="4dp"/>
  10. </shape>