-1

I have a HorizontalScrollView and inside a TextView. I want the text of the TextView always aligned to the right. How can I do this?

tomhogenkamp
  • 83
  • 1
  • 11

1 Answers1

0

Add this line of code in your textView android:textAlignment="viewEnd"

Praneet Pabolu
  • 340
  • 2
  • 12