Maybe setPaintFlags to null... Στις 5 Δεκ 2012 2:02 μ.μ., ο χρήστης "sree android" < [email protected]> έγραψε:
> TextView tv=(TextView) v.findViewById(android.R.id.text1); > > tv.setPaintFlags(tv.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG); > > using the above line of code we can strike the text,but how can i remove the > strike on the text.like reverse of above. > > -- > 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 -- 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

