添加故障求助通知提示

This commit is contained in:
tongchenfei
2020-11-02 17:49:17 +08:00
parent 788644b944
commit 7d7688b793
11 changed files with 155 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="@dimen/module_ext_seek_help_notice_bg_corner" />
<gradient
android:startColor="#E51E57A4"
android:endColor="#E51F7EFF"
android:angle="0" />
</shape>