Toast消息长度

发布于 2024-10-12 05:19:46 字数 296 浏览 1 评论 0原文

可能的重复:
Android Toast 的长度是否可以超过“Toast.LENGTH_LONG” ?

有没有办法让Toast消息的持续时间比Toast.LENGTH_LONG更长。我觉得这个时间长度不足以让用户阅读我显示的通知。

Possible Duplicate:
Can an Android Toast be longer than “Toast.LENGTH_LONG”?

Is there a way to make Toast messages last longer than Toast.LENGTH_LONG. I don't feel this length of time is quite long enough for the user to read the notification I'm displaying.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幸福丶如此 2024-10-19 05:19:46

对于此类消息,有 Dialog 类。实际上更准确地说是 AlertDialog 类。只要用户需要帮助消息,帮助文本就应该对用户可见。

您还应该查看开发者网站上的创建对话框文章。

For this kind of messages there is the Dialog class. Actually to be more precise the AlertDialog class. A help text should be visible to the user as long as the user needs that help message.

You should also take a look at the Creating Dialogs article on the developers site.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文