-1

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.

1 Answers1

1

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.

Erol
  • 6,478
  • 5
  • 41
  • 55