Skip to content

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

@beike6688

Description

@beike6688
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");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions