Tuesday 19 October 2010

Android Text Strikethrough

I'm including a shopping list in my application. Do make an effective list I wanted to change the text of a selected item to be Strikethrough Easy to do in HTML and android handles HTML.. BUT this tag won't work in a dynamic strink.

So to format the text use

textview.setPaintFlags(textview.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG);

Sorted

No comments:

Post a Comment