bhaveshjabuvani88 / CarouselEffect

Carousel Effect with ViewPager
134 stars 51 forks source link

CarouselEffectTransformer doesn't work on pre lollipop devices #4

Open neeraj91github opened 7 years ago

neeraj91github commented 7 years ago

The CarouselEffectTransformer uses ViewCompat.setElevation() method to have current view pager item appear on both of its neighbors, but since elevation is not supported by Android below API 21 (Lollipop), pre-lollipop device don't have the desired effect.

How to fix this, any idea ?

bhaveshjabuvani88 commented 7 years ago

I tried lot of RND but i didn't found support Elevation property in pre-lolipop device.