gpt4 book ai didi

android-chips - 将自定义chipDrawable背景设置为Chip

转载 作者:行者123 更新时间:2023-12-03 14:17:51 25 4
gpt4 key购买 nike

我想将自定义可绘制背景设置为Chip,就像 chip.setBackgroundDrawable(context.getResources()。getDrawable(R.drawable.bg_cutom_drawable)));一样。

但是它不起作用,它给出了一个错误

java.lang.UnsupportedOperationException: Do not set the background resource; Chip manages its own background drawable.

它需要一个 chipDrawable 。如何创建相同的chipDrawable。我尝试过但无法找到解决方案。
请建议我,将不胜感激。

最佳答案

如果要更改背景颜色,可以尝试:

ChipDrawable chipDrawable = (ChipDrawable)chip.getChipDrawable();
chipDrawable.setChipBackgroundColorResource(R.color.colorPrimary);

关于android-chips - 将自定义chipDrawable背景设置为Chip,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53532644/

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