I have a Gallery. I have used the android:unselectedAlpha parameter so that the center image in the Gallery is more bright. However, I would like to have this center image size to be bigger than other images. Is there a way to do this ?
feedback
|
|
You could add and onClickListener to each image. When the image is clicked you could change the layout so that the image is then bigger. | |||
feedback
|