Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Drawables 有一个透明背景,中间有一个白色图标。我想要做的是仅以编程方式为白色部分着色,而透明像素保持不变。
我尝试了很多不同的方法,但我总是得到一个完全彩色的 Drawable。
有谁知道该怎么做?
干杯
我不知道它是否符合您的要求,但请将一张图像分成两张,一张全背景透明图像,另一张是单个白色图像图标,并将其放在布局的中心并仅更改该图像图标的颜色。