Hello is it possible to have a listview containing textview be strikethrough ?
for example
if(itemText.equals("Done")){
// strikethrough here.
}else{
// no strikethrought here.
}
the thing is, when I do this the item plus the first index of the listview gets strike through
is there a way to only strike the click item ?
please help me thank you