update 礼物墙
This commit is contained in:
13
common/src/main/res/drawable/gift_wall_gift_info_btn_un.xml
Normal file
13
common/src/main/res/drawable/gift_wall_gift_info_btn_un.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="8dp"/>
|
||||
<gradient
|
||||
android:startColor="#A6A6B3"
|
||||
android:endColor="#A6A6B3"
|
||||
android:angle="0"
|
||||
/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
Reference in New Issue
Block a user