I have a TextView
in my application. I want to align the text in it to the right. I tried adding:
android:gravity="right"
But this doesn’t work for me.
What might I be doing wrong?
I have a TextView
in my application. I want to align the text in it to the right. I tried adding:
android:gravity="right"
But this doesn’t work for me.
What might I be doing wrong?