gpt4 book ai didi

android - 更改 playerNotificationManager 的操作图标,如播放/暂停/停止

转载 作者:行者123 更新时间:2023-11-29 22:46:44 24 4
gpt4 key购买 nike

我想更改 ExoPlayer 的 PlayerNotificationManager 的 Action 图标颜色。有人可以帮我更改此图标吗?

enter image description here

最佳答案

您可以通过重新定义应用资源中的资源来覆盖 PlayerNotificationManager 使用的图标。通知图标在此处的 UI 模块中定义,因此(例如)您可以在您的应用中添加一个 drawables.xml 来覆盖其中一个:

<?xml version="1.0" encoding="utf-8"?>
<resources>
<drawable name="exo_notification_pause">@drawable/my_pause_icon</drawable>
</resources>

This issue asked on ExoPlayer github

Refer to this link

关于android - 更改 playerNotificationManager 的操作图标,如播放/暂停/停止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58302432/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com