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 ?

link|improve this question

79% accept rate
It would also help if the selected image is highlighted in some way. I tried doing requestFocus for the selectedView. However this is not a recommended way - and it seems buggy - and I really don't want the focus, but just highlight the image – advantej Oct 21 '11 at 23:53
feedback

1 Answer

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.

link|improve this answer
onClick, i need to initiate a process related to that image. (e.g. play a related video). Even if I do this (say), when I click on some other image, on what event should I restore the current one ? – advantej Oct 26 '11 at 19:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.