android - 有一种方法可以在 BottomSheetDialogFragment 中使用 AlertDialog 吗?

标签 android android-alertdialog bottom-sheet

我只需要一个带有标题、消息和按钮的警告对话框,但显示在底部。

从哪里获得这个(没有自定义 View )?

最佳答案

而不是在 bottomsheetdialogfragment 中使用 AlertDialog。 创建一个行为符合您要求的 bottomsheetdialog。

请引用 https://medium.com/glucosio-project/moving-from-dialogs-to-bottomsheetdialogs-on-android-15fb8d140295 How to use BottomSheetDialog?

关于android - 有一种方法可以在 BottomSheetDialogFragment 中使用 AlertDialog 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58341300/

相关文章:

android - 如何在 Android 主屏幕小部件中隐藏/显示按钮

java - 更改应用程序:layout_constraintHorizontal_bias ="" in the ConstraintLayout

android - 如何为我的自定义 accountType 启动 Android 帐户配置?

java - 如何在 AlertDialog 中设置 AlertDialog.finish()?

android - 将自定义 ListView 添加到警报对话框

ios - 在所有 View 之上添加呈现的 View Controller

android - 如何在 android 中水平居中对齐 Activity 与对话框主题

android - 带有包含复选框及其监听器的自定义适配器的警报对话框

android - Bottom Sheet 对话框横向宽度问题

flutter - 为什么选定的值没有反射(reflect)在带有 flutter 的 showModalBottomSheet 中?