tags:

views:

21

answers:

1

Hey

I built a gallery. The centered image is scaled up. I did this by extending from gallery and overwriting getChildStaticTransformation. There I modified the camera. It zooms in when the image is close to the center point.

Problem: the centering item (from getSelectedItem()) changes a bit too late. sometimes the side elements that are smaller than the next coming get re-centered.

Is there any way to tell the gallery when it has tochanng to its neighbor?

Thank you so far.