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

What is the name of this android menu view?

这个菜单视图的名称是什么?我怎样才能制作一个像它一样的视图?

这是 Dialog 的子类 AlertDialog

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

还要检查 "Building an Alert Dialog" 的这个例子 https://developer.android.com/guide/topics/ui/dialogs.html#AlertDialog

它只是 android 中的一个 Dialog。你可以通过 AlertDialog

遵循这个官方文档。它可以帮助您: https://developer.android.com/guide/topics/ui/dialogs.html