Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
android 菜单是“可点击的跨度”还是“可点击的文本视图”或其他?像这些:
第二张图片中的“完成”是什么?编辑:第二张图片是显示对话框还是弹出窗口?
是的,TextView 可以是可点击的,您只需将 onClickListener 附加到它即可。“完成”元素是一个按钮(android 内置小部件之一)。