You can extend the gallery view class, use setStaticTransformationsEnabled (true), and independently convert the elements to getChildStaticTransformation.
EDIT: One way to achieve this is available as a sample in the tutorial I wrote here: http://code.google.com/p/android-3d-carousel-view/ . However, this is not exactly what you need, just a starting point that you can further modify. An important aspect is learning how to use getChildStaticTransformation.
radhoo
source share