直播条目背景颜色调整
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
BIN
common/src/main/res/mipmap-xxhdpi/icon_red_packet_open.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 17 KiB |
@ -3570,8 +3570,8 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
ImageView hourPic = hourView.findViewById(R.id.wish_pic);
|
||||
mHotText = hotView.findViewById(R.id.wish_index);
|
||||
mHourRank = hourView.findViewById(R.id.wish_index);
|
||||
mHotText.setText("0");
|
||||
mHourRank.setText("熱度加成");
|
||||
mHotText.setText("熱度加成");
|
||||
mHourRank.setText("0");
|
||||
// mHotText.setLayoutParams(textParams);
|
||||
// mHourRank.setLayoutParams(textParams);
|
||||
mHotText.setGravity(Gravity.CENTER);
|
||||
|
@ -1,5 +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="#40000000"/>
|
||||
<solid android:color="#33000000"/>
|
||||
</shape>
|
@ -1,5 +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="#40000000"/>
|
||||
<solid android:color="#33000000"/>
|
||||
</shape>
|
@ -52,7 +52,6 @@
|
||||
android:id="@+id/btn_follow"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginTop="2dp"
|
||||
android:src="@mipmap/live_icon_focus"
|
||||
android:visibility="visible"
|
||||
app:layout_constraintBottom_toBottomOf="@id/group_1"
|
||||
@ -100,28 +99,30 @@
|
||||
<ImageView
|
||||
android:id="@+id/good_nub_ico"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="15dp"
|
||||
android:layout_height="13dp"
|
||||
android:src="@mipmap/usercard_good_nub"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/group_1"
|
||||
android:paddingEnd="2dp"
|
||||
app:layout_constraintStart_toStartOf="@+id/name"
|
||||
app:layout_constraintTop_toBottomOf="@+id/name"
|
||||
tools:visibility="visible" />
|
||||
|
||||
|
||||
<!-- 这些事靠右的-->
|
||||
<TextView
|
||||
android:id="@+id/id_val"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:includeFontPadding="false"
|
||||
android:textColor="#CBCBCB"
|
||||
android:textSize="9sp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/group_1"
|
||||
android:textColor="#FFFFFF"
|
||||
android:layout_marginTop="2dp"
|
||||
android:textSize="8sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@+id/good_nub_ico"
|
||||
app:layout_constraintTop_toBottomOf="@+id/name"
|
||||
app:layout_constraintVertical_bias="0.0"
|
||||
tools:text="1111" />
|
||||
|
||||
|
||||
<!-- 这些事靠右的-->
|
||||
<ImageView
|
||||
android:id="@+id/btn_close"
|
||||
android:layout_width="29dp"
|
||||
@ -326,11 +327,11 @@
|
||||
android:outAnimation="@anim/anim_marquee_out" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="4dp"
|
||||
android:layout_height="8dp"
|
||||
android:layout_width="6dp"
|
||||
android:layout_height="10dp"
|
||||
android:src="@mipmap/bg_live_say_arrow"
|
||||
android:layout_gravity="end|center_vertical"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:src="@drawable/live_icon_right_more" />
|
||||
android:layout_marginEnd="6dp" />
|
||||
|
||||
</FrameLayout>
|
||||
<!--贵族-->
|
||||
|
@ -98,15 +98,13 @@
|
||||
app:layout_constraintStart_toEndOf="@+id/newRedPacketImg"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<TextView
|
||||
<com.yunbao.common.views.weight.MarqueeTextView
|
||||
android:id="@+id/newDragonTv"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:background="@mipmap/bg_live_room_red_time"
|
||||
android:gravity="center"
|
||||
android:autoSizeMinTextSize="5sp"
|
||||
android:autoSizeMaxTextSize="7sp"
|
||||
android:autoSizeTextType="uniform"
|
||||
android:ellipsize="marquee"
|
||||
android:textSize="7sp"
|
||||
android:textColor="@color/white"
|
||||
android:visibility="visible"
|
||||
@ -310,14 +308,12 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/goddessSayImg"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:src="@drawable/live_icon_right_more"
|
||||
android:layout_width="6dp"
|
||||
android:layout_height="10dp"
|
||||
android:src="@mipmap/bg_live_say_arrow"
|
||||
android:layout_marginEnd="4dp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/goddessSayBgView"
|
||||
app:layout_constraintDimensionRatio="1"
|
||||
app:layout_constraintEnd_toEndOf="@+id/goddessSayBgView"
|
||||
app:layout_constraintHeight_percent="0.34"
|
||||
app:layout_constraintTop_toTopOf="@+id/goddessSayBgView" />
|
||||
|
||||
<TextView
|
||||
|
@ -26,6 +26,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
tools:text="热度加成"
|
||||
android:paddingBottom="1dp"
|
||||
android:layout_marginStart="19dp"
|
||||
android:ellipsize="marquee"
|
||||
android:focusable="true"
|
||||
|
BIN
live/src/main/res/mipmap-hdpi/live_icon_focus.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 947 B After Width: | Height: | Size: 907 B |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.1 KiB |
BIN
live/src/main/res/mipmap-xxhdpi/live_icon_focus.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
live/src/main/res/mipmap-xxxhdpi/bg_live_say_arrow.png
Normal file
After Width: | Height: | Size: 456 B |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 9.9 KiB |