6.5.4礼物冠名
This commit is contained in:
BIN
common/src/main/res/drawable/background_skip_button.png
Normal file
BIN
common/src/main/res/drawable/background_skip_button.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
10
common/src/main/res/drawable/bg_gift_wall_list.xml
Normal file
10
common/src/main/res/drawable/bg_gift_wall_list.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="#FFF6FF"
|
||||
android:startColor="#E6F3FC" />
|
||||
<corners
|
||||
android:topLeftRadius="15dp"
|
||||
android:topRightRadius="15dp" />
|
||||
</shape>
|
||||
BIN
common/src/main/res/drawable/icon_gift_wall_no_data.png
Normal file
BIN
common/src/main/res/drawable/icon_gift_wall_no_data.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
14
common/src/main/res/drawable/tablayout_gift_wall.xml
Normal file
14
common/src/main/res/drawable/tablayout_gift_wall.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:gravity="center_horizontal">
|
||||
<shape>
|
||||
<corners android:radius="3dp" />
|
||||
<size
|
||||
android:width="14dp"
|
||||
android:height="4dp" />
|
||||
<gradient
|
||||
android:angle="180"
|
||||
android:endColor="#807CFF"
|
||||
android:startColor="#A183FF" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user