how can we display percentage symbol in textview in android



I am using android text view to display the constant data in manifest.XML file, I need to display the text like this 80% But now it displays 80.


Here is my text view widget can you please help to me.`



<TextView
android:text="80" />

No comments:

Post a Comment