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.
当用户在操作栏中的菜单项上长按时,会显示一个带有项目标题的小提示(Toast 样式)。
我想删除那个提示。将文本设置为""or"@null"是不够的,因为 Toast 样式框显示为空。
""
"@null"
如何删除该提示?
提前致谢。