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

自定义提示内容类型如果支持CharSequence就好了, 现在想要设置带多色彩文字好麻烦. #43

Open
beike6688 opened this issue Dec 12, 2022 · 1 comment

Comments

@beike6688
Copy link

setStatusHintContent重载一个, 参数 hint 支持CharSequence的.

private void setStatusHintContent(View view, CharSequence hint) {
checkNull(view, "Target view is null.");
TextView hintView = view.findViewById(R.id.status_hint_content);
if (null != hintView) {
hintView.setText(hint);
} else {
throw new NullPointerException("Not find the view ID status_hint_content");

@beike6688
Copy link
Author

自己下载下来改下更快 - -

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