ShowCaseView icon indicating copy to clipboard operation
ShowCaseView copied to clipboard

Feature request: Use CharSequence instead of String in setTitle and setContentText (and underlying classes)

Open melker opened this issue 6 years ago • 0 comments

To me it seems that these are just forwarded to TextView.setText(...) and those support CharSequence This way we may use SpannableStringBuilder to add text with colors/images/etc.

melker avatar Jun 11 '18 16:06 melker