直播商城系统源码,BottomSheetDialog实现-底部滑动栏

发布时间 2023-05-25 14:11:50作者: 云豹科技-苏凌霄

直播商城系统源码,BottomSheetDialog实现-底部滑动栏

bottom_popwindoow.xml中的代码

 


<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <Button
        android:id="@+id/btn_01"
        android:onClick="btn_01"
        android:layout_height="55dp"
        android:layout_width="match_parent"
        android:textAlignment="textStart"
        style="?android:attr/borderlessButtonStyle"
        android:text="    从相册选择"/>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_marginLeft="10dp"
        android:layout_marginRight="10dp"
        android:layout_height="1dp"
        android:background="#F4F2F2"
        >
    </LinearLayout>
    <Button
        android:id="@+id/btn_02"
        android:layout_height="55dp"
        android:layout_width="match_parent"
        android:textAlignment="textStart"
        style="?android:attr/borderlessButtonStyle"
        android:text="    拍照"/>
<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="4dp"
    android:background="#F8F5F5"
    >
</LinearLayout>
    <Button
        android:id="@+id/btn_03"
        android:layout_height="55dp"
        android:layout_width="match_parent"
        style="?android:attr/borderlessButtonStyle"
        android:text="取消"/>
</LinearLayout>

 以上就是 直播商城系统源码,BottomSheetDialog实现-底部滑动栏,更多内容欢迎关注之后的文章