添加故障求助通知提示
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user