Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎样才能使它同时垂直和水平居中?
android:gravity="center_horizontal"
试试这个,设置android:layout_gravity="center"
android:layout_gravity="center"
https://developer.android.com/reference/android/widget/LinearLayout.LayoutParams.html#attr_android:layout_gravity