crosswall / Android-Coverflow

A beautiful coverflow lib for android
Other
910 stars 164 forks source link

overlap in some device is wrong #8

Open shadowline opened 8 years ago

shadowline commented 8 years ago

screenshot_2016-09-11-17-06-26 1 android version is 4.4.2

crosswall commented 8 years ago

这是什么手机,难不成是国产ROM

shadowline commented 8 years ago

这个问题应该和Rom没有关系,可能是Android系统版本的问题,5.0以下的系统有问题 qq 20160718174231

vincent-paing commented 8 years ago

I did some research and found out ViewCompat.setElevation()/getElevation() doesnt work on pre Lollipop. Overlap will only works on Lollipop(+) for now. Meanwhile, I'll look for a workaround for pre-Lollipop devices

AlexNsbmr commented 7 years ago

Has anybody found a way to use the overlapping with pre-lollipop devices ? I desperately need this feature.

I tried bringToFront() for the selected pages without any success

Fredlxy commented 7 years ago

@shadowline 问题解决了吗?我也碰到这个问题,但是我看腾讯视频中该问题已经解决了

Fredlxy commented 7 years ago

@crosswall 楼主,这个问题有解决方案吗

ashbin commented 6 years ago

For pre-lollipop: Any luck guys..? I tried setElevation(), ViewCompat.setTranslationZ(), bringToFront().. nothing works. Anybody found a way out?