修复红包记录样式问题

This commit is contained in:
2023-07-04 16:36:46 +08:00
parent cbe91c84e9
commit 613185db40
4 changed files with 45 additions and 31 deletions

View File

@@ -66,7 +66,7 @@ public class RedPacketListRecyclerAdapter extends RecyclerView.Adapter<RedPacket
@SuppressLint("SetTextI18n")
private void setData(RedPacketListBean bean) {
title.setText(bean.getLiveNicename()+"|"+bean.getId());
title.setText(bean.getLiveNicename());
timer.setText(bean.getCreateTime());
money.setText("-" + bean.getAmountDiamond());
money.setTextColor(Color.parseColor("#000000"));