遗落的文件加入git
23
common/src/main/res/drawable/bg_gift_progressbar.xml
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!--设置ProgressBar背景色-->
|
||||
<item android:id="@android:id/background">
|
||||
<shape>
|
||||
<!--设置ProgressBar进度条圆角半径-->
|
||||
<corners android:radius="1dp" />
|
||||
<solid android:color="#A5A193" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<!--设置ProgressBar进度条颜色-->
|
||||
<item android:id="@android:id/progress">
|
||||
<scale android:scaleWidth="100%">
|
||||
<shape>
|
||||
<corners android:radius="1dp" />
|
||||
<gradient
|
||||
android:endColor="#FFC949"
|
||||
android:startColor="#FFC949" />
|
||||
</shape>
|
||||
</scale>
|
||||
</item>
|
||||
</layer-list>
|
5
live/src/main/res/drawable/bg_live_item_an.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="18dp"/>
|
||||
<solid android:color="#8065615A"/>
|
||||
</shape>
|
9
live/src/main/res/drawable/bg_live_room_mic_num.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?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="30dp" />
|
||||
<solid android:color="#FFFFB410" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:width="38dp" android:height="18dp">
|
||||
<shape android:shape="rectangle">
|
||||
<gradient android:type="linear" android:useLevel="true" android:startColor="#ffff4d53" android:endColor="#ffff797d" android:angle="180" />
|
||||
<corners android:topLeftRadius="10dp" android:topRightRadius="10dp" android:bottomLeftRadius="10dp" android:bottomRightRadius="10dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
BIN
live/src/main/res/mipmap-xhdpi/bg_live_room_wishlist.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
live/src/main/res/mipmap-xhdpi/ic_live_rom_tricky.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
live/src/main/res/mipmap-xhdpi/icon_live_notify_close1.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
live/src/main/res/mipmap-xhdpi/icon_live_room_followed.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
live/src/main/res/mipmap-xhdpi/live_room_new_task_gift.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
live/src/main/res/mipmap-xhdpi/voice_close.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
live/src/main/res/mipmap-xhdpi/voice_open.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
live/src/main/res/mipmap-xxxhdpi/ic_live_rom_tricky.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
live/src/main/res/mipmap-zh/icon_live_room_followed.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
live/src/main/res/mipmap-zh/live_room_new_task_gift.png
Normal file
After Width: | Height: | Size: 29 KiB |