3

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

Egis
  • 879
  • 2
  • 9
  • 13

1 Answers1

4

"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

Litrik De Roy
  • 823
  • 5
  • 9