To output characters in a text view in a right alignment

Asked 1 years ago, Updated 1 years ago, 129 views

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?

android android-textview

2022-09-22 22:09

1 Answers

I think I gave wrap_content to android:layout_width. I think you can give the match_parent value to android:layout_width.


2022-09-22 22:09

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.