To align your text inside a text view to the bottom right hand corner add this to your TextView tag in the xml file.
android:gravity="right|bottom"
More options available here in the api:
http://developer.android.com/reference/android/R.styleable.html#TextView_gravity
No comments:
Post a Comment