i use this library to show svg image on imageView , i want to show locked and unlocked mode with this imageView, when state is locked show imageView in grayscale color filter. something like this code on css :
-webkit-filter: grayscale(100%);
opacity: 0.5;
how can i do this ? can anybody help me ? thanks