修复红包记录样式问题
This commit is contained in:
parent
cbe91c84e9
commit
613185db40
@ -29,7 +29,13 @@
|
|||||||
android:id="@+id/title"
|
android:id="@+id/title"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="TextView"
|
android:ellipsize="marquee"
|
||||||
|
android:focusable="true"
|
||||||
|
android:focusableInTouchMode="true"
|
||||||
|
android:marqueeRepeatLimit="marquee_forever"
|
||||||
|
android:maxEms="13"
|
||||||
|
android:singleLine="true"
|
||||||
|
android:text="攢人氣紅包 - 测试5.3版主播1的直播間123123123123"
|
||||||
android:textColor="#000000"
|
android:textColor="#000000"
|
||||||
android:textSize="14sp" />
|
android:textSize="14sp" />
|
||||||
|
|
||||||
@ -58,9 +64,9 @@
|
|||||||
<View
|
<View
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="1dp"
|
android:layout_height="1dp"
|
||||||
android:background="?android:attr/listDivider"
|
|
||||||
android:layout_marginTop="5dp"
|
android:layout_marginTop="5dp"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/linearLayout"
|
android:background="?android:attr/listDivider"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="@+id/linearLayout" />
|
app:layout_constraintStart_toStartOf="@+id/linearLayout"
|
||||||
|
app:layout_constraintTop_toBottomOf="@+id/linearLayout" />
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
@ -9,8 +9,8 @@
|
|||||||
android:id="@+id/avatar"
|
android:id="@+id/avatar"
|
||||||
android:layout_width="40dp"
|
android:layout_width="40dp"
|
||||||
android:layout_height="40dp"
|
android:layout_height="40dp"
|
||||||
android:scaleType="centerCrop"
|
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
|
android:scaleType="centerCrop"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
app:riv_border_color="#FFFFFF"
|
app:riv_border_color="#FFFFFF"
|
||||||
@ -18,16 +18,6 @@
|
|||||||
app:riv_oval="true" />
|
app:riv_oval="true" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<ImageView
|
|
||||||
android:id="@+id/icon2"
|
|
||||||
android:layout_width="20dp"
|
|
||||||
android:layout_height="20dp"
|
|
||||||
app:layout_constraintEnd_toStartOf="@+id/money"
|
|
||||||
android:layout_marginEnd="2dp"
|
|
||||||
app:layout_constraintTop_toTopOf="@+id/money"
|
|
||||||
app:srcCompat="@mipmap/gold_coin" />
|
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/linearLayout"
|
android:id="@+id/linearLayout"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@ -56,25 +46,41 @@
|
|||||||
android:textSize="12sp" />
|
android:textSize="12sp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
<LinearLayout
|
||||||
|
android:layout_width="100dp"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="20dp"
|
||||||
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
app:layout_constraintTop_toTopOf="parent">
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/icon2"
|
||||||
|
android:layout_width="20dp"
|
||||||
|
android:layout_height="20dp"
|
||||||
|
android:layout_marginEnd="2dp"
|
||||||
|
app:layout_constraintEnd_toStartOf="@+id/money"
|
||||||
|
app:layout_constraintTop_toTopOf="@+id/money"
|
||||||
|
app:srcCompat="@mipmap/gold_coin" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/money"
|
android:id="@+id/money"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="20dp"
|
|
||||||
android:text="TextView"
|
android:text="TextView"
|
||||||
android:textColor="#000000"
|
android:textColor="#000000"
|
||||||
android:textSize="14sp"
|
android:textSize="14sp"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold" />
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
</LinearLayout>
|
||||||
app:layout_constraintTop_toTopOf="parent" />
|
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:visibility="gone"
|
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="1dp"
|
android:layout_height="1dp"
|
||||||
android:background="?android:attr/listDivider"
|
|
||||||
android:layout_marginTop="5dp"
|
android:layout_marginTop="5dp"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/linearLayout"
|
android:background="?android:attr/listDivider"
|
||||||
|
android:visibility="gone"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="@+id/linearLayout" />
|
app:layout_constraintStart_toStartOf="@+id/linearLayout"
|
||||||
|
app:layout_constraintTop_toBottomOf="@+id/linearLayout" />
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
@ -687,7 +687,7 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
|
|||||||
// .setRedPacketQuantity(100)
|
// .setRedPacketQuantity(100)
|
||||||
// .setRedPacketRemain(6)
|
// .setRedPacketRemain(6)
|
||||||
// .setCountdown(360));
|
// .setCountdown(360));
|
||||||
}else {
|
} else {
|
||||||
mLiveRoomViewHolder.hindeRedPacket();
|
mLiveRoomViewHolder.hindeRedPacket();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2051,11 +2051,13 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
|
|||||||
mLiveRoomViewHolder.blindBoxAllServerNotify(event);
|
mLiveRoomViewHolder.blindBoxAllServerNotify(event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void redPacketManage(RedPacketModel redPacket) {
|
public void redPacketManage(RedPacketModel redPacket) {
|
||||||
if (mLiveRoomViewHolder != null) {
|
if (mLiveRoomViewHolder != null) {
|
||||||
mLiveRoomViewHolder.redPacketManage(redPacket);
|
mLiveRoomViewHolder.redPacketManage(redPacket);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setRedPacketInfoModel(RedPacketInfoModel redPacket) {
|
public void setRedPacketInfoModel(RedPacketInfoModel redPacket) {
|
||||||
if (mLiveRoomViewHolder != null) {
|
if (mLiveRoomViewHolder != null) {
|
||||||
mLiveRoomViewHolder.setRedPacketInfoModel(redPacket);
|
mLiveRoomViewHolder.setRedPacketInfoModel(redPacket);
|
||||||
|
@ -66,7 +66,7 @@ public class RedPacketListRecyclerAdapter extends RecyclerView.Adapter<RedPacket
|
|||||||
|
|
||||||
@SuppressLint("SetTextI18n")
|
@SuppressLint("SetTextI18n")
|
||||||
private void setData(RedPacketListBean bean) {
|
private void setData(RedPacketListBean bean) {
|
||||||
title.setText(bean.getLiveNicename()+"|"+bean.getId());
|
title.setText(bean.getLiveNicename());
|
||||||
timer.setText(bean.getCreateTime());
|
timer.setText(bean.getCreateTime());
|
||||||
money.setText("-" + bean.getAmountDiamond());
|
money.setText("-" + bean.getAmountDiamond());
|
||||||
money.setTextColor(Color.parseColor("#000000"));
|
money.setTextColor(Color.parseColor("#000000"));
|
||||||
|
Loading…
Reference in New Issue
Block a user