How can I define middle-lined(strikethrough) text in an Android layout xml file?
textview.setPaintFlags(textview.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG);
you can use the above code in activity to have strike over the text.
And to set through xml refer this