how can i how can I make it centered verrically and horizontally at the same time?
android:gravity="center_horizontal"
开发者_如何学JAVA
Try this, set android:layout_gravity="center"
https://developer.android.com/reference/android/widget/LinearLayout.LayoutParams.html#attr_android:layout_gravity
精彩评论