3

I want to show the next item in viewpager as a shadow that user select which would look like following image:

enter image description here

I have used viewpager-transformer but it doesn't work. Anybody help me to do this. Thanks.

vpibano
  • 2,415
  • 1
  • 13
  • 26
iamavdhesh
  • 314
  • 2
  • 11

1 Answers1

0

You can use FancyCoverFlow

<at.technikum.mti.fancycoverflow.FancyCoverFlow
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        fcf:maxRotation="45"
        fcf:unselectedAlpha="0.3"
        fcf:unselectedSaturation="0.0"
        fcf:unselectedScale="0.4" />

https://github.com/davidschreiber/FancyCoverFlow

http://davidschreiber.github.io/FancyCoverFlow/

http://www.devexchanges.info/2016/09/viewpager-cards-like-duolingo.html

Aditya Vyas-Lakhan
  • 13,409
  • 16
  • 61
  • 96