xunqu_account_button_top_default.xml 356 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="4dp"
  7. android:topRightRadius="4dp"
  8. android:bottomLeftRadius="0dp"
  9. android:bottomRightRadius="0dp"/>
  10. </shape>