1:修该话题选择的时候的title,更改为在代码中进行设置

This commit is contained in:
2025-12-16 09:51:19 +08:00
parent 41e4dcf2fc
commit 9b7c586d6b
2 changed files with 4 additions and 2 deletions

View File

@@ -291,7 +291,8 @@ public class ReleaseActivity extends BaseMvpActivity<ReleasePresenter, ActivityR
TextView btnCancel = dialog.findViewById(R.id.btn_cancel);
TextView btnConfirm = dialog.findViewById(R.id.btn_confirm);
btnConfirm.setTextColor(Color.WHITE);
TextView tvTitle = dialog.findViewById(R.id.tv_title);
tvTitle.setText("选择话题");
assert recyclerView != null;
recyclerView.setLayoutManager(new LinearLayoutManager(this));
MultiSelectAdapter adapter = new MultiSelectAdapter(list);