• 2022-05-29
    在相对布局中,如何设置某控件位于父控件的水平居中位置?
    A: android:layout_centerVertical="false"
    B: android:layout_centerHorizontal="false"
    C: android:layout_centerHorizontal="true"
    D: android:layout_centerVertical="true"