[add] 添加弹框xml文件

This commit is contained in:
liujing
2021-07-30 21:06:33 +08:00
parent 18b04db849
commit 4e8259f918
4 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#2B6EFF"/>
<corners android:radius="55px"/>
</shape>