Another way probably worth looking into is to use spans.

For example:

http://developer.android.com/reference/android/text/style/UnderlineSpan.html

http://developer.android.com/reference/android/text/style/TextAppearanceSpan.html

... and so on.

-- K

25.04.2012 15:05, Mark Murphy написал:
On Wed, Apr 25, 2012 at 2:11 AM, FractalBob<[email protected]>  wrote:
Anyone know if there is an editable WebView somewhere in the wild or
if Google has plans to make the standard WebView editable? I need such
a creature for an app I'm working on (my app is based on K9 Mail,
which uses an extension of WebView). Mozilla provides an editable
browser-type window to its developers, so does Microsoft, so I would
expect Android to have one, but no. My app doesn't even need full HTML
support, only a few tags, like what EditText supports, but for various
reasons I can't replace the WebView in K9 Mail with an EditText.
Use a JavaScript-based rich text editor.


--
Kostya Vasilyev

--
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