android:gravity - bottom vs. end. What's the difference?

994 Views Asked by At

what is the difference between 'bottom' and 'end' constants of the android:gravity attribute?

I am aware of the official documentation here but I am not sure what the actual implications are: http://developer.android.com/reference/android/widget/RelativeLayout.html#attr_android:gravity

1

There are 1 best solutions below

0
On BEST ANSWER

"end" means "right" but with proper RTL support. So if your using an RTL language "end" means "left" ;)

See this Google+ post for more info