I am looking for a way to support a lot of screen devices without making tons of images. Currently im using android-svg to use vector images. This works perfectly. But now i would like to process these images with inner shadows, drop shadows, gradient overlays etc.
There are functions in android to create gradientoverlays using canvas paint. But I can't think of a way to create inner shadows, drop shadows, etc.
Is there anyone who can give me an idea to do something like this? Maybe a library or "trick".