I would like to update a preference summary at run-time (to display its
currently value) but would like to format it to appear on two lines.  I
successfully implemented the ability to update the value but, if I use
two lines, the second line is never displayed.  Does anyone know if this
is possible?

I have tried the equivalent of the following:

1) prefs.setSummary("first line" + "\nsecond line");

2) prefs.setSummary(Html.fromHtml("first line" + "<br>second line"));

Any suggestions?

TIA!

-- 
Jake Colman -- Android Tinkerer

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to