I had multiple buttons in a LinearLayout horizontally. On a larger device all the button text fit on one line at 20sp text size. However, on a smaller device at 20sp text size, the text of the buttons goes to two lines.
How can I tell it to make the text size as big as possible so that text stays on one line?