PHP直播源码,水平平分两个按钮

2020-12-18 15:04:07 浏览数 (1)

PHP直播源码,水平平分两个按钮相关的代码

代码语言:javascript复制
 <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_margin="10dp"
        android:layout_weight="2"
        android:orientation="horizontal"
        android:baselineAligned="false">
        <RelativeLayout
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="2"
            android:layout_margin="10dp"
            android:orientation="horizontal">
            <Button
                android:id="@ id/camera_btn"
                android:layout_width="80dp"
                android:layout_height="80dp"
                android:layout_centerInParent="true"
                android:background="@drawable/xiangji"
                />
        </RelativeLayout>
        <RelativeLayout
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="2"
            android:layout_margin="10dp"
            android:orientation="horizontal"
            >
            <Button
                android:id="@ id/album_btn"
                android:layout_width="80dp"
                android:layout_height="80dp"
                android:layout_marginStart="10dp"
                android:layout_centerInParent="true"
                android:background="@drawable/xiangce" />
        </RelativeLayout>
    </LinearLayout>

以上就是 PHP直播源码,水平平分两个按钮相关的代码,更多内容欢迎关注之后的文章

0 人点赞