What would be the right way to turn a color Drawable into a grayscale one (to indicate disabled state)?
EDIT:
B/W => grayscale
|
feedback
|
|
Apparently you can use the So, you can use that filter to paint a new copy of the image. I haven't tried this, but it should work:
| ||||
|
feedback
|
|
I know this question was asked a while ago, but I came across a simpler solution that works if you have a Drawable and you just want to display that same drawable in grayscale. No need to have a canvas or a painter...
Hope this helps too! | |||
|
feedback
|
|
Some coments to the answer of @intgr.
| |||
|
feedback
|
|
Are you specifically wanting to do this programatically and not just with disabled versions of the images? You could reference an XML drawable, something like:
| |||
feedback
|