WheelPicker
WheelPicker copied to clipboard
Allow Spannable to be used instead of Strings
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.