crosswall / Android-Coverflow

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

Overlap not work with view #19

Open mdtuyen opened 8 years ago

mdtuyen commented 8 years ago

I custom NormalActivity with .pagerMargin(getResources().getDimensionPixelSize(R.dimen.overlap_pager_margin)) and
container.setOverlapEnabled(true); It don't make overlap for PagerContainer but with FragmentPagerAdapter it work ok

More: If I move viewpager to item 1 when init and use overlap it work not correct (fragment and view)

luowenjian commented 7 years ago

@mdtuyen I have the same problem. Do you have found the solution?

SoftwareAdvise commented 5 years ago

understandable attributes... to near two elements i have to put negative margin ?????? horrible!!!!!

M-Khay commented 2 years ago

same issue..... when I'm using PageAdapter() and generates views instead of fragments, setElevation does not work correctly and center page is not at the top instead the one on right is above it.