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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -