androidx版本首次提交
This commit is contained in:
9
live/src/main/res/background_fff.xml
Normal file
9
live/src/main/res/background_fff.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="15dp" />
|
||||
<solid android:color="#ffffff" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
5
live/src/main/res/color/fg_btn_buy_guard.xml
Normal file
5
live/src/main/res/color/fg_btn_buy_guard.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@color/white" android:state_checked="true"/>
|
||||
<item android:color="#99ffffff" android:state_checked="false"/>
|
||||
</selector>
|
||||
5
live/src/main/res/color/fg_btn_gift_send.xml
Normal file
5
live/src/main/res/color/fg_btn_gift_send.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@color/white" android:state_enabled="true"/>
|
||||
<item android:color="@color/gray1" android:state_enabled="false"/>
|
||||
</selector>
|
||||
5
live/src/main/res/color/fg_btn_live_pk.xml
Normal file
5
live/src/main/res/color/fg_btn_live_pk.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@color/global" android:state_enabled="true"/>
|
||||
<item android:color="@color/gray3" android:state_enabled="false"/>
|
||||
</selector>
|
||||
52
live/src/main/res/drawable/animation_pk_line.xml
Normal file
52
live/src/main/res/drawable/animation_pk_line.xml
Normal file
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:oneshot="false">
|
||||
<item android:drawable="@drawable/light_000" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_001" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_002" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_003" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_004" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_005" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_006" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_007" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_008" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_009" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_010" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_011" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_012" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_013" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_014" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_015" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_016" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_017" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_018" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_019" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_020" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_021" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_022" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_023" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_024" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_025" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_026" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_027" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_028" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_029" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_030" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_031" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_032" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_033" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_034" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_035" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_036" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_037" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_038" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_039" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_040" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_041" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_042" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_043" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_044" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_045" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_046" android:duration="50"/>
|
||||
<item android:drawable="@drawable/light_047" android:duration="50"/>
|
||||
</animation-list>
|
||||
9
live/src/main/res/drawable/background_00a0e9.xml
Normal file
9
live/src/main/res/drawable/background_00a0e9.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="#00A0E9" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/background_0fdab8.xml
Normal file
9
live/src/main/res/drawable/background_0fdab8.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="#0FDAB8" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/background_17090d.xml
Normal file
9
live/src/main/res/drawable/background_17090d.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="#17090D" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
12
live/src/main/res/drawable/background_b1b1b1.xml
Normal file
12
live/src/main/res/drawable/background_b1b1b1.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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="100dp" />
|
||||
<solid android:color="#b1b1b1" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector
|
||||
|
||||
|
||||
>
|
||||
9
live/src/main/res/drawable/background_chat_msg.xml
Normal file
9
live/src/main/res/drawable/background_chat_msg.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="5dp" />
|
||||
<solid android:color="@color/yellow_ffbf2f" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/background_chat_msg2.xml
Normal file
9
live/src/main/res/drawable/background_chat_msg2.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="5dp" />
|
||||
<solid android:color="@color/white" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/background_d18_white.xml
Normal file
9
live/src/main/res/drawable/background_d18_white.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="18dp" />
|
||||
<solid android:color="@color/white" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/background_d5_white.xml
Normal file
9
live/src/main/res/drawable/background_d5_white.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="15dp" />
|
||||
<solid android:color="@color/white" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/background_dedede.xml
Normal file
9
live/src/main/res/drawable/background_dedede.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="15dp" />
|
||||
<solid android:color="#4D000000" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/background_eb6877.xml
Normal file
9
live/src/main/res/drawable/background_eb6877.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="#EB6877" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/background_ebebeb.xml
Normal file
9
live/src/main/res/drawable/background_ebebeb.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="20dp" />
|
||||
<solid android:color="#ebebeb" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/background_f4f7fc.xml
Normal file
9
live/src/main/res/drawable/background_f4f7fc.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="100dp" />
|
||||
<solid android:color="#fff4f7fc" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
12
live/src/main/res/drawable/background_fd36ff.xml
Normal file
12
live/src/main/res/drawable/background_fd36ff.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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" />
|
||||
<gradient android:angle="90" android:endColor="#FD36FF" android:startColor="#FF6BEF" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector
|
||||
|
||||
|
||||
>
|
||||
12
live/src/main/res/drawable/background_ff5075.xml
Normal file
12
live/src/main/res/drawable/background_ff5075.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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="50dp" />
|
||||
<solid android:color="#ff5075" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector
|
||||
|
||||
|
||||
>
|
||||
9
live/src/main/res/drawable/background_ffbe41.xml
Normal file
9
live/src/main/res/drawable/background_ffbe41.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="20dp" />
|
||||
<solid android:color="@color/yellow_ffbe41" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/background_fff.xml
Normal file
9
live/src/main/res/drawable/background_fff.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="15dp" />
|
||||
<solid android:color="#ffffff" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
14
live/src/main/res/drawable/background_gradient_circular.xml
Normal file
14
live/src/main/res/drawable/background_gradient_circular.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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="10dp" />
|
||||
|
||||
<gradient
|
||||
android:startColor="#FF9100"
|
||||
android:endColor="#FF6600"
|
||||
android:angle="90"/>
|
||||
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/background_orange.xml
Normal file
9
live/src/main/res/drawable/background_orange.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="60dp" />
|
||||
<solid android:color="#FF8D41" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/background_yellow.xml
Normal file
9
live/src/main/res/drawable/background_yellow.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="#FFCD34" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
5
live/src/main/res/drawable/bg_add_impress.xml
Normal file
5
live/src/main/res/drawable/bg_add_impress.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="13dp"/>
|
||||
<solid android:color="#F0F0F0"/>
|
||||
</shape>
|
||||
BIN
live/src/main/res/drawable/bg_add_wish.png
Normal file
BIN
live/src/main/res/drawable/bg_add_wish.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
5
live/src/main/res/drawable/bg_all_guard_icon.xml
Normal file
5
live/src/main/res/drawable/bg_all_guard_icon.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="25dp" />
|
||||
<solid android:color="@color/blue_337cf5" />
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_all_server_icon.xml
Normal file
5
live/src/main/res/drawable/bg_all_server_icon.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="25dp"/>
|
||||
<solid android:color="@color/purple_c81de0"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_all_vip_icon.xml
Normal file
5
live/src/main/res/drawable/bg_all_vip_icon.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="25dp" />
|
||||
<solid android:color="@color/yellow_fd890e" />
|
||||
</shape>
|
||||
10
live/src/main/res/drawable/bg_btn_buy_guard.xml
Normal file
10
live/src/main/res/drawable/bg_btn_buy_guard.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true">
|
||||
<layer-list>
|
||||
<item android:gravity="center_horizontal|bottom">
|
||||
<bitmap android:src="@mipmap/icon_guard_buy_top"/>
|
||||
</item>
|
||||
</layer-list>
|
||||
</item>
|
||||
</selector>
|
||||
5
live/src/main/res/drawable/bg_btn_cancel.xml
Normal file
5
live/src/main/res/drawable/bg_btn_cancel.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="14dp"/>
|
||||
<stroke android:color="@color/global" android:width="1dp"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_btn_confirm.xml
Normal file
5
live/src/main/res/drawable/bg_btn_confirm.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="14dp"/>
|
||||
<solid android:color="@color/global"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_btn_game.xml
Normal file
5
live/src/main/res/drawable/bg_btn_game.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="4dp"/>
|
||||
<solid android:color="@color/global"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_btn_gift_lian.xml
Normal file
5
live/src/main/res/drawable/bg_btn_gift_lian.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@mipmap/icon_live_gift_lian_1" android:state_pressed="true"/>
|
||||
<item android:drawable="@mipmap/icon_live_gift_lian_0" android:state_pressed="false"/>
|
||||
</selector>
|
||||
15
live/src/main/res/drawable/bg_btn_live_pk.xml
Normal file
15
live/src/main/res/drawable/bg_btn_live_pk.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true">
|
||||
<shape>
|
||||
<corners android:radius="12dp"/>
|
||||
<stroke android:width="1dp" android:color="@color/global"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item android:state_enabled="false">
|
||||
<shape>
|
||||
<corners android:radius="12dp"/>
|
||||
<stroke android:width="1dp" android:color="@color/gray3"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
5
live/src/main/res/drawable/bg_btn_pri_chat.xml
Normal file
5
live/src/main/res/drawable/bg_btn_pri_chat.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="24dp"/>
|
||||
<solid android:color="@color/global"/>
|
||||
</shape>
|
||||
9
live/src/main/res/drawable/bg_chat_automatic_item.xml
Normal file
9
live/src/main/res/drawable/bg_chat_automatic_item.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="15dp"/>
|
||||
<!--实现应用背景颜色渐变-->
|
||||
<gradient
|
||||
android:startColor="@color/red_FD5E53"
|
||||
android:endColor="@color/red_FF1679"
|
||||
android:angle="45"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_chat_follow.xml
Normal file
5
live/src/main/res/drawable/bg_chat_follow.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="25dp"/>
|
||||
<solid android:color="@color/red_FD6052"/>
|
||||
</shape>
|
||||
7
live/src/main/res/drawable/bg_decrease2.xml
Normal file
7
live/src/main/res/drawable/bg_decrease2.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:topLeftRadius="150dp"
|
||||
android:bottomLeftRadius="150dp"
|
||||
/>
|
||||
<solid android:color="#ff516a"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_dialog_music_top.xml
Normal file
5
live/src/main/res/drawable/bg_dialog_music_top.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:topLeftRadius="10dp" android:topRightRadius="10dp"/>
|
||||
<solid android:color="@color/global"/>
|
||||
</shape>
|
||||
22
live/src/main/res/drawable/bg_ef51bf_line_ffeff2.xml
Normal file
22
live/src/main/res/drawable/bg_ef51bf_line_ffeff2.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="20dp"/>
|
||||
<gradient
|
||||
android:type="linear"
|
||||
android:startColor="#EF51BF"
|
||||
android:endColor="#5C63F0"
|
||||
android:angle="-90" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:left="5dp"
|
||||
android:right="5dp"
|
||||
android:top="5dp"
|
||||
android:bottom="5dp">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="20dp"/>
|
||||
<solid android:color="#5A00C4"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
5
live/src/main/res/drawable/bg_gift_luck_top.xml
Normal file
5
live/src/main/res/drawable/bg_gift_luck_top.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="10dp"/>
|
||||
<solid android:color="#FE8523"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_gray.xml
Normal file
5
live/src/main/res/drawable/bg_gray.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="133dp"/>
|
||||
<solid android:color="@color/gray1"/>
|
||||
</shape>
|
||||
11
live/src/main/res/drawable/bg_gray_line_10_5.xml
Normal file
11
live/src/main/res/drawable/bg_gray_line_10_5.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/gray_dcdcdc" />
|
||||
<corners android:radius="25dp" />
|
||||
<padding android:left="5dp"
|
||||
android:top="5dp"
|
||||
android:right="5dp"
|
||||
android:bottom="5dp">
|
||||
|
||||
</padding>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_guard_btn_1.xml
Normal file
5
live/src/main/res/drawable/bg_guard_btn_1.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@mipmap/icon_guard_buy_0_0" android:state_checked="false"/>
|
||||
<item android:drawable="@mipmap/icon_guard_buy_0_1" android:state_checked="true"/>
|
||||
</selector>
|
||||
5
live/src/main/res/drawable/bg_guard_btn_2.xml
Normal file
5
live/src/main/res/drawable/bg_guard_btn_2.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@mipmap/icon_guard_buy_1_0" android:state_checked="false"/>
|
||||
<item android:drawable="@mipmap/icon_guard_buy_1_1" android:state_checked="true"/>
|
||||
</selector>
|
||||
15
live/src/main/res/drawable/bg_guard_btn_buy.xml
Normal file
15
live/src/main/res/drawable/bg_guard_btn_buy.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true">
|
||||
<shape>
|
||||
<corners android:radius="15dp"/>
|
||||
<gradient android:endColor="#FF7D2F" android:startColor="#FF5623" android:type="linear"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item android:state_enabled="false">
|
||||
<shape>
|
||||
<corners android:radius="15dp"/>
|
||||
<solid android:color="@color/gray3"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
5
live/src/main/res/drawable/bg_guard_top.xml
Normal file
5
live/src/main/res/drawable/bg_guard_top.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:topLeftRadius="10dp" android:topRightRadius="10dp"/>
|
||||
<gradient android:type="linear" android:startColor="#FFBE41" android:endColor="#FF8D41"/>
|
||||
</shape>
|
||||
7
live/src/main/res/drawable/bg_increase2.xml
Normal file
7
live/src/main/res/drawable/bg_increase2.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:topRightRadius="150dp"
|
||||
android:bottomRightRadius="150dp"
|
||||
/>
|
||||
<solid android:color="#ff516a"/>
|
||||
</shape>
|
||||
19
live/src/main/res/drawable/bg_input_danmu_switch.xml
Normal file
19
live/src/main/res/drawable/bg_input_danmu_switch.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true">
|
||||
<inset
|
||||
android:insetTop="12dp"
|
||||
android:insetBottom="12dp"
|
||||
>
|
||||
<bitmap android:src="@mipmap/icon_live_danmu_1"/>
|
||||
</inset>
|
||||
</item>
|
||||
<item android:state_checked="false">
|
||||
<inset
|
||||
android:insetTop="12dp"
|
||||
android:insetBottom="12dp"
|
||||
>
|
||||
<bitmap android:src="@mipmap/icon_live_danmu_0"/>
|
||||
</inset>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/bg_liang_name.xml
Normal file
9
live/src/main/res/drawable/bg_liang_name.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="17dp" />
|
||||
<gradient
|
||||
android:endColor="#fd4c6a"
|
||||
android:startColor="#ff67b9"
|
||||
android:type="linear" />
|
||||
|
||||
</shape>
|
||||
11
live/src/main/res/drawable/bg_line_ffbe41.xml
Normal file
11
live/src/main/res/drawable/bg_line_ffbe41.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners
|
||||
android:bottomLeftRadius="20dp"
|
||||
android:bottomRightRadius="20dp"
|
||||
android:topLeftRadius="20dp"
|
||||
android:topRightRadius="20dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/yellow_ffbe41" />
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_live_anchor_avatar.xml
Normal file
5
live/src/main/res/drawable/bg_live_anchor_avatar.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="#80000000"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_live_anchor_follow.xml
Normal file
5
live/src/main/res/drawable/bg_live_anchor_follow.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient android:type="linear" android:angle="-45" android:startColor="#FF9B2F" android:endColor="#FF9B2F"/>
|
||||
<corners android:radius="15dp"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_live_chat.xml
Normal file
5
live/src/main/res/drawable/bg_live_chat.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="17dp"/>
|
||||
<solid android:color="#80000000"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_live_chat_item.xml
Normal file
5
live/src/main/res/drawable/bg_live_chat_item.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="15dp"/>
|
||||
<solid android:color="#4d000000"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="5dp"/>
|
||||
<solid android:color="#f66b23"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_live_cover.xml
Normal file
5
live/src/main/res/drawable/bg_live_cover.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:bottomLeftRadius="7dp" android:bottomRightRadius="7dp"/>
|
||||
<solid android:color="#4d000000"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_live_end.xml
Normal file
5
live/src/main/res/drawable/bg_live_end.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="15dp"/>
|
||||
<solid android:color="#4d000000"/>
|
||||
</shape>
|
||||
10
live/src/main/res/drawable/bg_live_get_medal.xml
Normal file
10
live/src/main/res/drawable/bg_live_get_medal.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners
|
||||
android:topLeftRadius="20dp"
|
||||
android:topRightRadius="20dp"
|
||||
android:bottomRightRadius="20dp"
|
||||
android:bottomLeftRadius="20dp"
|
||||
/>
|
||||
<solid android:color="@color/white"/>
|
||||
</shape>
|
||||
9
live/src/main/res/drawable/bg_live_gift_choose.xml
Normal file
9
live/src/main/res/drawable/bg_live_gift_choose.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners
|
||||
android:bottomLeftRadius="15dp"
|
||||
android:topLeftRadius="15dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/yellow5" />
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_live_gift_group.xml
Normal file
5
live/src/main/res/drawable/bg_live_gift_group.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white"/>
|
||||
<corners android:radius="4dp"/>
|
||||
</shape>
|
||||
13
live/src/main/res/drawable/bg_live_gift_indicator.xml
Normal file
13
live/src/main/res/drawable/bg_live_gift_indicator.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 android:state_checked="true">
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="@color/white"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item android:state_checked="false">
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="@color/gray1"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
14
live/src/main/res/drawable/bg_live_gift_item.xml
Normal file
14
live/src/main/res/drawable/bg_live_gift_item.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true">
|
||||
<shape>
|
||||
<stroke android:color="@color/yellow5" android:width="0.5dp"/>
|
||||
<solid android:color="#4d000000"/>
|
||||
<corners android:radius="10dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item android:state_checked="false">
|
||||
<shape/>
|
||||
</item>
|
||||
</selector>
|
||||
|
||||
8
live/src/main/res/drawable/bg_live_gift_luck_zhong.xml
Normal file
8
live/src/main/res/drawable/bg_live_gift_luck_zhong.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:endColor="#FC551F"
|
||||
android:startColor="#FD9A37"
|
||||
/>
|
||||
<corners android:radius="3dp"/>
|
||||
</shape>
|
||||
15
live/src/main/res/drawable/bg_live_gift_send.xml
Normal file
15
live/src/main/res/drawable/bg_live_gift_send.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true">
|
||||
<shape>
|
||||
<corners android:bottomRightRadius="15dp" android:topRightRadius="15dp"/>
|
||||
<solid android:color="@color/yellow5"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item android:state_enabled="false">
|
||||
<shape>
|
||||
<corners android:bottomRightRadius="15dp" android:topRightRadius="15dp"/>
|
||||
<solid android:color="@color/gray3"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
15
live/src/main/res/drawable/bg_live_gift_send_2.xml
Normal file
15
live/src/main/res/drawable/bg_live_gift_send_2.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true">
|
||||
<shape>
|
||||
<corners android:radius="15dp"/>
|
||||
<solid android:color="@color/yellow5"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item android:state_enabled="false">
|
||||
<shape>
|
||||
<corners android:radius="15dp"/>
|
||||
<solid android:color="#282518"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
8
live/src/main/res/drawable/bg_live_gift_tip.xml
Normal file
8
live/src/main/res/drawable/bg_live_gift_tip.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="17dp"/>
|
||||
<gradient
|
||||
android:startColor="@color/purple_b100ff"
|
||||
android:endColor="@color/red_ff5ca1"
|
||||
android:angle="0"/>
|
||||
</shape>
|
||||
9
live/src/main/res/drawable/bg_live_gift_tip_blue.xml
Normal file
9
live/src/main/res/drawable/bg_live_gift_tip_blue.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="17dp" />
|
||||
<gradient
|
||||
android:endColor="@color/blue_09bbfe"
|
||||
android:startColor="@color/blue_5a42ec"
|
||||
android:type="linear" />
|
||||
|
||||
</shape>
|
||||
6
live/src/main/res/drawable/bg_live_ico.xml
Normal file
6
live/src/main/res/drawable/bg_live_ico.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="60dp" />
|
||||
<stroke android:color="#FFBA41" android:width="1dp"/>
|
||||
<solid android:color="#80000000"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_live_input.xml
Normal file
5
live/src/main/res/drawable/bg_live_input.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="17dp"/>
|
||||
<solid android:color="@color/white"/>
|
||||
</shape>
|
||||
23
live/src/main/res/drawable/bg_live_input_btn.xml
Normal file
23
live/src/main/res/drawable/bg_live_input_btn.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="false">
|
||||
<inset
|
||||
android:insetBottom="8dp"
|
||||
android:insetTop="8dp"
|
||||
android:insetLeft="7dp"
|
||||
android:insetRight="7dp"
|
||||
>
|
||||
<bitmap android:src="@mipmap/icon_live_send_0"/>
|
||||
</inset>
|
||||
</item>
|
||||
<item android:state_checked="true">
|
||||
<inset
|
||||
android:insetBottom="8dp"
|
||||
android:insetTop="8dp"
|
||||
android:insetLeft="7dp"
|
||||
android:insetRight="7dp"
|
||||
>
|
||||
<bitmap android:src="@mipmap/icon_live_send_1"/>
|
||||
</inset>
|
||||
</item>
|
||||
</selector>
|
||||
5
live/src/main/res/drawable/bg_live_item.xml
Normal file
5
live/src/main/res/drawable/bg_live_item.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="10dp"/>
|
||||
<solid android:color="#80000000"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_live_link_mic.xml
Normal file
5
live/src/main/res/drawable/bg_live_link_mic.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="10dp"/>
|
||||
<solid android:color="#66000000"/>
|
||||
</shape>
|
||||
10
live/src/main/res/drawable/bg_live_medal_ok.xml
Normal file
10
live/src/main/res/drawable/bg_live_medal_ok.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners
|
||||
android:topLeftRadius="10dp"
|
||||
android:topRightRadius="10dp"
|
||||
android:bottomRightRadius="10dp"
|
||||
android:bottomLeftRadius="10dp"
|
||||
/>
|
||||
<solid android:color="@color/black2"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_live_other_ico.xml
Normal file
5
live/src/main/res/drawable/bg_live_other_ico.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="60dp" />
|
||||
<solid android:color="#80000000"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_live_pk_search.xml
Normal file
5
live/src/main/res/drawable/bg_live_pk_search.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="16dp"/>
|
||||
<solid android:color="@color/gray2"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_live_pk_time.xml
Normal file
5
live/src/main/res/drawable/bg_live_pk_time.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="10dp"/>
|
||||
<solid android:color="#33000000"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_live_push_time.xml
Normal file
5
live/src/main/res/drawable/bg_live_push_time.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="10dp"/>
|
||||
<solid android:color="#33000000"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_live_ready_location.xml
Normal file
5
live/src/main/res/drawable/bg_live_ready_location.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:bottomRightRadius="8dp" android:topRightRadius="8dp"/>
|
||||
<solid android:color="#4d000000"/>
|
||||
</shape>
|
||||
7
live/src/main/res/drawable/bg_live_user.xml
Normal file
7
live/src/main/res/drawable/bg_live_user.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners
|
||||
android:topLeftRadius="15dp"
|
||||
android:topRightRadius="15dp"/>
|
||||
<solid android:color="@color/white"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_made_fans_medal.xml
Normal file
5
live/src/main/res/drawable/bg_made_fans_medal.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="133dp"/>
|
||||
<solid android:color="#ffe64e"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_made_wish.xml
Normal file
5
live/src/main/res/drawable/bg_made_wish.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="133dp"/>
|
||||
<solid android:color="#F0F0F0"/>
|
||||
</shape>
|
||||
11
live/src/main/res/drawable/bg_maincolor_line_10_5.xml
Normal file
11
live/src/main/res/drawable/bg_maincolor_line_10_5.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/yellow_fab522" />
|
||||
<corners android:radius="25dp" />
|
||||
<padding android:left="5dp"
|
||||
android:top="5dp"
|
||||
android:right="5dp"
|
||||
android:bottom="5dp">
|
||||
|
||||
</padding>
|
||||
</shape>
|
||||
BIN
live/src/main/res/drawable/bg_medal_info.png
Normal file
BIN
live/src/main/res/drawable/bg_medal_info.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
live/src/main/res/drawable/bg_medal_ok.png
Normal file
BIN
live/src/main/res/drawable/bg_medal_ok.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
6
live/src/main/res/drawable/bg_music_view.xml
Normal file
6
live/src/main/res/drawable/bg_music_view.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="8dp"/>
|
||||
<solid android:color="#80eeeeee"/>
|
||||
<stroke android:color="#fff" android:width="1dp"/>
|
||||
</shape>
|
||||
9
live/src/main/res/drawable/bg_purple_9133ff.xml
Normal file
9
live/src/main/res/drawable/bg_purple_9133ff.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingDefaultResource">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<solid android:color="@color/purple_9133ff" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
4
live/src/main/res/drawable/bg_push_time_point.xml
Normal file
4
live/src/main/res/drawable/bg_push_time_point.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="oval" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/global"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_red_pack_btn.xml
Normal file
5
live/src/main/res/drawable/bg_red_pack_btn.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@mipmap/icon_red_pack_btn_0" android:state_checked="false"/>
|
||||
<item android:drawable="@mipmap/icon_red_pack_btn_1" android:state_checked="true"/>
|
||||
</selector>
|
||||
5
live/src/main/res/drawable/bg_red_pack_btn_2.xml
Normal file
5
live/src/main/res/drawable/bg_red_pack_btn_2.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="23dp"/>
|
||||
<solid android:color="@color/yellow4"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_red_pack_check.xml
Normal file
5
live/src/main/res/drawable/bg_red_pack_check.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@mipmap/icon_red_pack_3" android:state_checked="false"/>
|
||||
<item android:drawable="@mipmap/icon_red_pack_2" android:state_checked="true"/>
|
||||
</selector>
|
||||
5
live/src/main/res/drawable/bg_red_pack_countdown.xml
Normal file
5
live/src/main/res/drawable/bg_red_pack_countdown.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="25dp"/>
|
||||
<solid android:color="#33333333"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_red_pack_edit.xml
Normal file
5
live/src/main/res/drawable/bg_red_pack_edit.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="10dp"/>
|
||||
<solid android:color="@color/white"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_search_input.xml
Normal file
5
live/src/main/res/drawable/bg_search_input.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="15dp"/>
|
||||
<solid android:color="@color/white"/>
|
||||
</shape>
|
||||
11
live/src/main/res/drawable/bg_turntable_audience.xml
Normal file
11
live/src/main/res/drawable/bg_turntable_audience.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:topLeftRadius="15dp"
|
||||
android:topRightRadius="15dp"/>
|
||||
<gradient
|
||||
android:endColor="#2C3D51"
|
||||
android:startColor="#2C3D51"
|
||||
android:type="linear"
|
||||
/>
|
||||
|
||||
</shape>
|
||||
9
live/src/main/res/drawable/bg_vip.xml
Normal file
9
live/src/main/res/drawable/bg_vip.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="17dp" />
|
||||
<gradient
|
||||
android:angle="0"
|
||||
android:endColor="@color/yellow_fab522"
|
||||
android:startColor="@color/yellow_ff6c00" />
|
||||
|
||||
</shape>
|
||||
BIN
live/src/main/res/drawable/bg_white.png
Normal file
BIN
live/src/main/res/drawable/bg_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 684 B |
11
live/src/main/res/drawable/bg_wishlist.xml
Normal file
11
live/src/main/res/drawable/bg_wishlist.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="17dp"/>
|
||||
<gradient
|
||||
android:endColor="#FF9a4f"
|
||||
android:startColor="#FF516A"
|
||||
android:type="linear"
|
||||
android:angle="45"
|
||||
/>
|
||||
|
||||
</shape>
|
||||
11
live/src/main/res/drawable/bg_wishlist_audience.xml
Normal file
11
live/src/main/res/drawable/bg_wishlist_audience.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:topLeftRadius="15dp"
|
||||
android:topRightRadius="15dp"/>
|
||||
<gradient
|
||||
android:endColor="#6633CC"
|
||||
android:startColor="#6633CC"
|
||||
android:type="linear"
|
||||
/>
|
||||
|
||||
</shape>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user