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 键盘时,如果您触摸一个按钮,您会看到一个提示,显示您现在按住哪个按钮。如何在我的自定义按钮集上实现这一点?唯一的方法是在每个触摸事件上创建弹出窗口吗?
Android 中的常规按钮没有内置弹出功能,所以是的,您必须手动实现。但是,您不必为每个触摸事件创建弹出窗口。我建议创建一个弹出窗口并在每个触摸事件上更改其位置和可见性。