Programmatic Text Wrapping in TextView
- by Andrew
I'm working on a custom widget for my application to replicate the look of a Preference button for layouts. The issue is the 'summary' text wont wrap when it hits the right wall of the view. One of the goals I'm trying to keep is that this widget is completely made from java with no xml attributes.
here's what the widget looks like at the moment:
…