I\'m looking for an optimal way to resize wrapping text in a TextView so that it will fit within its getHeight and getWidth bounds. I\'m not simply looking for
TextView
You can use the android.text.StaticLayout class for this. That's what TextView uses internally.
android.text.StaticLayout