如何使波顿停留在屏幕底部

时间:2018-07-13 07:53:00

标签: android xml user-interface dialog

我在BottomSheetDialogFragment中具有botton内部,我希望当bottomSheet向上滑动或拖动时botton始终停留在屏幕底部,仅当BottomSheet关闭时按钮才出现,这是bottomSheetDialog的布局

     <FrameLayout>

        <!--content-->
        <LinearLayout

            <!--header-->
            <LinearLayout>

        </LinearLayout>

        <RelativeLayout>

            <!--BOTTON-->
            <Botton/>

        </RelativeLayout>

    </FrameLayout>

但按钮始终位于布局bottomSheet的底部,而不是位于屏幕底部。

如何将其保存在屏幕下

我想创建像注释行一样的内容,但是ui注释是button,而我正在使用buttonSheetDialog

enter image description here

0 个答案:

没有答案