Android Cover Flow gallery and remove space between

kyogs picture kyogs · Dec 14, 2013 · Viewed 7k times · Source

I want to implement cover flow view as shown below image. I also tried with cover flow but cant achieved perfect view as show in image. Reduce the space between the items. enter image description here

 this.fancyCoverFlow.setSpacing(-90); 

I tried with this line and its working but other problem occur as shown below image not getting same spec to left and right . And scroll from left to right working fine but scroll from right to left not in correct way.

enter image description here

Updated: Try with this code

Answer

rokonoid picture rokonoid · Dec 14, 2013