Is there a way to control where a TextView chooses to wrap its text? The issue that I\'m having is that it wants to wrap at periods - so a string like \"Available in the U.
There is a spannable called WrapTogetherSpan. There's no documentation on it, but it sounds like text inside one shouldn't wrap.