同步PD整蛊内容
同步PD修复内容 调整进游戏房就关掉小窗
This commit is contained in:
9
live/src/main/res/drawable/bg_live_prank_btn_cancel.xml
Normal file
9
live/src/main/res/drawable/bg_live_prank_btn_cancel.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 android:width="68dp" android:height="23dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#D1D1D1" />
|
||||
<corners android:radius="23dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/bg_live_prank_btn_save.xml
Normal file
9
live/src/main/res/drawable/bg_live_prank_btn_save.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 android:width="68dp" android:height="23dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#F4B700" />
|
||||
<corners android:radius="23dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -2,7 +2,7 @@
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:width="68dp" android:height="23dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#ff8873d8" />
|
||||
<solid android:color="#F4B700" />
|
||||
<corners android:topLeftRadius="12dp" android:topRightRadius="12dp" android:bottomLeftRadius="12dp" android:bottomRightRadius="12dp" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
5
live/src/main/res/drawable/bg_prank_an_once.xml
Normal file
5
live/src/main/res/drawable/bg_prank_an_once.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="5dp"/>
|
||||
<solid android:color="#FFF6E1"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_prank_bottom_detail.xml
Normal file
5
live/src/main/res/drawable/bg_prank_bottom_detail.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="6dp"/>
|
||||
<solid android:color="#FFC949"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:width="93dp" android:height="28dp">
|
||||
<shape android:shape="rectangle">
|
||||
<gradient android:type="linear" android:useLevel="true" android:startColor="#fff6b600" android:endColor="#fff6b600" android:angle="90" />
|
||||
<corners android:topLeftRadius="6dp" android:topRightRadius="6dp" android:bottomLeftRadius="6dp" android:bottomRightRadius="6dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/bg_prank_gift_add_item.xml
Normal file
9
live/src/main/res/drawable/bg_prank_gift_add_item.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 android:width="229dp" android:height="53dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#7F7F7F" />
|
||||
<corners android:topLeftRadius="8dp" android:topRightRadius="8dp" android:bottomLeftRadius="8dp" android:bottomRightRadius="8dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
5
live/src/main/res/drawable/bg_prank_group.xml
Normal file
5
live/src/main/res/drawable/bg_prank_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">
|
||||
<corners android:radius="7dp"/>
|
||||
<solid android:color="#80727272"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_prank_item.xml
Normal file
5
live/src/main/res/drawable/bg_prank_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="4dp"/>
|
||||
<solid android:color="#8065615A"/>
|
||||
</shape>
|
||||
5
live/src/main/res/drawable/bg_prank_item_subscript.xml
Normal file
5
live/src/main/res/drawable/bg_prank_item_subscript.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="4dp"/>
|
||||
<solid android:color="#A6848484"/>
|
||||
</shape>
|
||||
BIN
live/src/main/res/drawable/pran_en.gif
Normal file
BIN
live/src/main/res/drawable/pran_en.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
BIN
live/src/main/res/drawable/pran_zh.gif
Normal file
BIN
live/src/main/res/drawable/pran_zh.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
5
live/src/main/res/drawable/prank_msg_goto.xml
Normal file
5
live/src/main/res/drawable/prank_msg_goto.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="18.5dp" />
|
||||
<solid android:color="#FFB813" />
|
||||
</shape>
|
||||
17
live/src/main/res/drawable/progress_prank_bg.xml
Normal file
17
live/src/main/res/drawable/progress_prank_bg.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@android:id/background">
|
||||
<shape>
|
||||
<corners android:radius="1dp"/>
|
||||
<solid android:color="#FFA5A193"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item android:id="@android:id/progress">
|
||||
<clip>
|
||||
<shape>
|
||||
<corners android:radius="1dp"/>
|
||||
<solid android:color="#FFFFC949"/>
|
||||
</shape>
|
||||
</clip>
|
||||
</item>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user