WheelPicker icon indicating copy to clipboard operation
WheelPicker copied to clipboard

Allow Spannable to be used instead of Strings

Open keith30xi opened this issue 9 years ago • 0 comments

This allows Spannable text to be used in the WheelPicker. It keeps the existing String.valueOf() logic in place for other object types but if it is a Spannable it will use a TextPaint based on the spans contained in the text.

keith30xi avatar Apr 21 '17 18:04 keith30xi