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
"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