I have a TextView in my application. I want to align the text in it to the right. I tried adding:
TextView
android:gravity="right"
But this doesn't work for me.
What might I be doing wrong?
I think that you are doing this: android:layout_width = "wrap_content" If this is the case, do this: android:layout_width = "match_parent"
android:layout_width = "wrap_content"
android:layout_width = "match_parent"
1.4m articles
1.4m replys
5 comments
57.0k users