调整分享附带文案

This commit is contained in:
2023-04-10 11:57:35 +08:00
parent 80e93f9981
commit 8ce65ced30
5 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ public class LiveAnchorSayItemsAdapter extends RecyclerView.Adapter<LiveAnchorSa
}
public void setData(String text, int position) {
textView.setText("已输入的\n内容已输\n入的内容\n已输入的");
// textView.setText("已输入的\n内容已输\n入的内容\n已输入的");
ImgLoader.display(mContext, text, icon);
if (position == click) {
itemView.setBackgroundResource(R.drawable.bg_anchor_say_select);