这个android菜单视图的名称是什么?

时间:2018-01-19 14:15:40

标签: android android-layout android-view

此菜单视图的名称是什么,我该如何制作它?

enter image description here

2 个答案:

答案 0 :(得分:3)

这是Dialog的一个子类,名为AlertDialog

您可以按照官方文档自行创建: https://developer.android.com/reference/android/app/AlertDialog.html

另请查看"建立警报对话框的示例" https://developer.android.com/guide/topics/ui/dialogs.html#AlertDialog

答案 1 :(得分:0)

它只是android中的Dialog。您可以通过AlertDialog

进行制作

请遵循此官方文档。它可能会帮助你: https://developer.android.com/guide/topics/ui/dialogs.html