无法修改会话页面中“发送”等按钮的颜色

描述

无法修改会话页面中“发送”等按钮的颜色,聊天页面的发送按钮为紫色或者灰色,修改 backgroud 后也没有效果

分析(根因分析、需求分析)

这是项目设置了主题,button 使用主题颜色,导致 button 颜色无法修改。

解决方案

解决方法(二选一即可):

  • 将展示button 的布局复制一份到您的项目目录下,然后将button控件改为androidx.appcompat.widget.AppCompatButton 即可。

  • 修改application theme 只要将res/values/themes.xml中的
    Theme.MaterialComponents.DayNight.DarkActionBar改为Theme.MaterialComponents.DayNight.Bridge即可

更多支持

如有疑问,欢迎提交工单