Is there a difference between android:layout_centerVertical and android:layout_gravity="center_vertical"?



I guess the title says it all. What is the difference between the two (if there is one) XML attributes and when would one be better used over the other?



...
android:layout_gravity="center_vertical"
...


and



...
android:layout_centerVertical="true"
...

No comments:

Post a Comment