简体   繁体   English

如何在 android 中制作顶层片段对话框?

[英]How to make a top sheet fragment dialog in android?

Would someone tell me how to open a custom dialog from top screen?有人会告诉我如何从顶部屏幕打开自定义对话框吗? Just like in this image?就像这张图片一样?

在此处输入图像描述

I tried using BottomSheetFragment() and everything works fine in bottom sheet fragment but I cant set its behaviour like top sheet fragment and I need to do that.我尝试使用BottomSheetFragment()并且在底部片断中一切正常,但我无法设置它的行为,如顶部片断,我需要这样做。

It is not possible with the default bottom sheet provided by google as it is the "bottom" sheet.谷歌提供的默认底部表是不可能的,因为它是“底部”表。 however, I have used this in the past here is a complete example for it但是,我过去曾使用过它, 是一个完整的示例

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM