I want to center an image in a linearLayout.
Is there any difference between
android:gravity="center_horizontal|center_vertical"
and
android:gravity="center"
?
No, there is no difference. According to source code
public static final int CENTER = CENTER_VERTICAL|CENTER_HORIZONTAL;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With