改版直播准备间UI
修复心愿单多出一个的BUG
9
live/src/main/res/drawable/bg_line.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="339dp" android:height="2dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#b3ffffff" />
|
||||
<stroke android:width="1dp" android:color="#b3ffffff" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/bg_live_ready_btn.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="189dp" android:height="42dp">
|
||||
<shape android:shape="rectangle">
|
||||
<gradient android:type="linear" android:useLevel="true" android:startColor="#ffffae05" android:endColor="#ffffc621" android:angle="135" />
|
||||
<corners android:radius="21dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true" android:drawable="@mipmap/icon_selected"/>
|
||||
<item android:state_checked="false" android:drawable="@mipmap/icon_uncheck"/>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/bg_live_upload_cover.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="68dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#59ffffff" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
10
live/src/main/res/drawable/bg_new_live_room_type_select.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:width="166dp" android:height="162dp">
|
||||
<shape android:shape="rectangle">
|
||||
<stroke android:width="1dp" android:color="#ffffc621" />
|
||||
<solid android:color="#33ffb2b2" />
|
||||
<corners android:radius="8dp" />
|
||||
</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="166dp" android:height="162dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#337792d0" />
|
||||
<corners android:radius="8dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
BIN
live/src/main/res/drawable/bg_xyd.png
Normal file
|
After Width: | Height: | Size: 607 KiB |
BIN
live/src/main/res/drawable/bg_xyd_add_item.png
Normal file
|
After Width: | Height: | Size: 257 KiB |
BIN
live/src/main/res/drawable/bg_xyd_button.png
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
live/src/main/res/drawable/bg_xyd_empty.png
Normal file
|
After Width: | Height: | Size: 214 KiB |
BIN
live/src/main/res/drawable/bg_xyd_item.png
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
live/src/main/res/drawable/bg_xyd_item_icon.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
live/src/main/res/drawable/bg_xyd_number.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<item android:width="355dp" android:height="121dp">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="30dp" />
|
||||
<solid android:color="#55000000 " />
|
||||
<solid android:color="#4d000000" />
|
||||
<corners android:radius="6dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||