Android布局:有两个组件SurfaceView和一个Button。要求这个Button在Su

2025-05-11 23:26:40
推荐回答(1个)
回答1:

    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

            android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1" />

            android:layout_width="match_parent"
        android:layout_height="wrap_content" />