I'd like to right-sort the letters in Android TextView
In the Gravity property,
android:gravity="right"
I gave it to you like this, but it doesn't work. What did you do wrong?
I think I gave wrap_content to android:layout_width. I think you can give the match_parent value to android:layout_width.
© 2024 OneMinuteCode. All rights reserved.