I set a background image in android gallery with:
ga.setBackgroundDrawable(R.drawable.myimage);
and it's work.
How can i set the position of background image in android gallery ?
DETAILS:
I have a semi-trasparent gallery of image over a background image.
So I need to center the image in the gallery over the background image.
NOT full width image.
If it's impossible to do, how can i set an image over a selected image from gallery ?