-3

I am trying to align text in textview to right side. I have added android:gravity="right" to textview properties, but it doesn't seem to work. Any ideas?

4

2 に答える 2

0

android:layout_width = "wrap_content"に変更する必要がある場合がありますandroid:layout_width = "fill_parent"

于 2013-08-22T18:09:12.607 に答える