apollo_toast_background.xml
395 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 圆角 -->
<corners android:radius="8dp" />
<!-- 填充 -->
<solid android:color="#cc000000" />
<!-- 描边 -->
<stroke
android:width="0dp"
android:color="#cc000000"
android:dashWidth="1dp"
android:dashGap="2dp" />
</shape>