I'm having trouble manipulating different drawables that have the same image. For example, I wish to have both drawables displayed on screen at the same time but only change the transparency of one. At the moment the transparency of both get changed. I'm using the setAlpha() method. Does anyone know if you can change the properties of two drawables with the same image, independantly?
Any help would be greatly appreciated.

