android:gravity - bottom vs. end. What's the difference? -
what difference between 'bottom' , 'end' constants of android:gravity attribute?
i aware of official documentation here not sure actual implications are: http://developer.android.com/reference/android/widget/relativelayout.html#attr_android:gravity
"end" means "right" proper rtl support. if using rtl language "end" means "left" ;)
see this google+ post more info
Comments
Post a Comment