Monday, August 4, 2014

Android "gravity" vs "layout_gravity"

"gravity": affects layout of children within the view

"layout_gravity": affects the layout of the view within its parent

Reference: http://stackoverflow.com/questions/3482742/android-gravity-and-layout-gravity

No comments:

Post a Comment