How to get multi line text on a button in Android?
- by André
I'm looking for a simple way in Android to add a text to a button that is displayed in 2 (or more) lines. E.g. A bold and big heading in the first line and a small description in the second line.
Is it possible or have I use a TextView or something similar?