1:修改播放礼物特效

2:修改特效按照ios方式更改
This commit is contained in:
2025-09-13 15:36:44 +08:00
parent d309c10cf7
commit 5635d0c707
18 changed files with 344 additions and 189 deletions

View File

@@ -33,7 +33,7 @@ public class ZhuangBanShangChengAdapter extends BaseQuickAdapter<ZhuangBanShangC
ThemeableDrawableUtils.setThemeableRoundedBackground( tv_integral, ColorManager.getInstance().getPrimaryColorInt(), corners);
tv_integral.setTextColor(ColorManager.getInstance().getButtonColorInt());
helper.setText(R.id.integral, item.getRemaining_day())
helper.setText(R.id.integral, item.getRemaining_day()+"")
.setText(R.id.tv_name_period, item.getTitle());
// .setText(R.id.tv_time, "(有效期${item.period}天)")
if (item.isIs_select()) {