送礼的选中效果修改 热度加成和小时榜图片修改
神龙倒计时背景修改,立即参加变为盾冬
This commit is contained in:
parent
045a8708e0
commit
48f88a5a3b
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="4dp" />
|
||||
<solid android:color="#e6272C42" />
|
||||
<stroke android:width="0.6dp" android:color="#AEAEB2" />
|
||||
<corners android:radius="10dp" />
|
||||
<solid android:color="#0DFFFFFF" />
|
||||
<stroke android:width="1dp" android:color="#1AFFFFFF" />
|
||||
</shape>
|
||||
|
9
live/src/main/res/drawable/bg_live_shen_long_time.xml
Normal file
9
live/src/main/res/drawable/bg_live_shen_long_time.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#4d000000" />
|
||||
<corners
|
||||
android:bottomLeftRadius="5dp"
|
||||
android:bottomRightRadius="0dp"
|
||||
android:topLeftRadius="5dp"
|
||||
android:topRightRadius="0dp" />
|
||||
</shape>
|
@ -23,7 +23,7 @@
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintWidth_percent="0.78"
|
||||
app:layout_constraintWidth_percent="0.8"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<ImageView
|
||||
|
@ -68,7 +68,7 @@
|
||||
android:id="@+id/newRedPacketTv"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:background="@mipmap/bg_live_room_red_time"
|
||||
android:background="@drawable/bg_live_shen_long_time"
|
||||
android:gravity="center"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="7sp"
|
||||
@ -102,10 +102,13 @@
|
||||
android:id="@+id/newDragonTv"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:background="@mipmap/bg_live_room_red_time"
|
||||
android:background="@drawable/bg_live_shen_long_time"
|
||||
android:gravity="center"
|
||||
android:ellipsize="marquee"
|
||||
android:textSize="7sp"
|
||||
android:paddingStart="1dp"
|
||||
android:paddingEnd="1dp"
|
||||
android:layout_marginStart="1dp"
|
||||
android:textColor="@color/white"
|
||||
android:visibility="visible"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/newDragonImg"
|
||||
|
@ -25,6 +25,7 @@
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@+id/wish_pic"
|
||||
android:layout_width="0dp"
|
||||
android:layout_marginTop="1px"
|
||||
android:layout_height="wrap_content"
|
||||
tools:text="热度加成"
|
||||
android:ellipsize="marquee"
|
||||
|
Loading…
Reference in New Issue
Block a user