gpt4 book ai didi

Android - Drawable在不同的地方有不同的颜色

转载 作者:行者123 更新时间:2023-11-30 01:00:12 25 4
gpt4 key购买 nike

我有一个可绘制资源,在不同的地方有不同的黑色阴影

enter image description here

可绘制代码:

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FF000000"
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,17h-2v-6h2v6zM13,9h-2L11,7h2v2z"/>
</vector>

如何将卡片中图标的颜色更改为与抽屉导航中的图标颜色相同?

编辑:即使抽屉导航关闭也会发生抽屉导航关闭时的屏幕截图:

enter image description here

最佳答案

发生这种情况是因为在您的导航 View 中,您的菜单元素包含 svg 并使用默认的 colorControlActivated 资源颜色对其进行着色,因此您可以更改 xml 文件中的 svg 颜色,或在任何地方对其进行着色你正在使用它

关于Android - Drawable在不同的地方有不同的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39547748/

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