JKBaseLib/BaseLibrary/src/main/res/drawable/toast_error_bg.xml

7 lines
210 B
XML
Raw Normal View History

2025-06-30 13:49:41 +08:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/toast_error_color" />
<corners android:radius="999dp" />
</shape>