Suppose I have a TextView with layout_width set to match_parent. Is there any way to automatically assign a textSize value to try to fit the text to that width without wrapping? I need that text in a single line but as big as possible.
Thank you so much