如何将通知中的文字内容框选出来?
由于文本内容太长,无法在通知中显示,因此被剪切。我能做些什么?请帮忙。
The text content is just too long to be displayed in the notification and it is cut. What can I do? Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
试试这个:
它对我有用,我已经测试过了。
首先创建自定义通知:
如下所示:开发者网站的此链接< /a>.
之后,在您想要选取框的消息的 TextView 中,输入以下行:
And It Works as you need。
享受。
希望它能帮助你。
谢谢。
Try this:
it Works for me, I have tested it.
First Create the Custom Notification :
as Shown here: This Link of the developer site.
After that in TextView of message you want to marquee, put this line:
And It Works as you want.
Enjoy.
Hope it will help you.
Thanks.
为通知设置自定义布局。在布局中,使用 TextView 作为通知,然后在 TextView 的 XML 上添加:
Set up a Custom Layout for the Notification. In the Layout, use a TextView for the Notification, then on the XML for the TextView, add in:
删除无用的行并根据您的代码更改 id。
Delete any useless line and change the id according to ur code.