Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法自定义礼物数量 #7

Open
740638339 opened this issue Dec 7, 2018 · 0 comments
Open

无法自定义礼物数量 #7

740638339 opened this issue Dec 7, 2018 · 0 comments

Comments

@740638339
Copy link

740638339 commented Dec 7, 2018

例如 : 张三 送给 李四 X 10

设置 model.setShowcount(number);

在adapter 设置 了数量也不行
public int onRequestShowGiftCount(GiftModelI modelI, StrokeTextView tvValue) {
int showcount = ((GiftDemoModel) modelI).getShowcount();//如果一直返回0还是由内部支持
tvValue.setValue(showcount);
tvValue.getBorderTextView().setText(showcount+"");
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant