How can i use a Textview (Multiline) at a PreferenceActivity?
I found a sample at the app "K-9 Mail". There the preference "signature" is using a textview with multiline.
How can i use a Textview (Multiline) at a PreferenceActivity?
I found a sample at the app "K-9 Mail". There the preference "signature" is using a textview with multiline.
Check this example. Multiline TextView is still the TextView we know, you just need to set the dimensions or print your text with "\n" newline character.