I have done some basic xml layout from the Internet and I am confused as to what android:gravity
would be used for vs android:layout-gravity
. The UI designer seems to respond well when I change the layout_gravity, but I get no response to the regular gravity? What is up with this?
Is this similar to layout parameters with fill-parent and match-parent? one is gone now.