盲盒全服通知逻辑
This commit is contained in:
5
live/src/main/res/drawable/bg_all_server_336cf7.xml
Normal file
5
live/src/main/res/drawable/bg_all_server_336cf7.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||
<corners android:radius="13dp" />
|
||||
<solid android:color="#336CF7" />
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_all_server_fcb50e.xml
Normal file
5
live/src/main/res/drawable/bg_all_server_fcb50e.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||
<corners android:radius="13dp" />
|
||||
<solid android:color="#FCB50E" />
|
||||
</shape>
|
||||
6
live/src/main/res/drawable/bg_all_server_fd5a9d.xml
Normal file
6
live/src/main/res/drawable/bg_all_server_fd5a9d.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="13dp" />
|
||||
<solid android:color="#FD5A9D" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user