andraskindler / parallaxviewpager

[Development stopped in 2014. Unfinished and not stable - not recommended to use.] An easy-to-use ViewPager subclass with parallax background effect for Android apps.
438 stars 86 forks source link

Doesn't work with LG Nexus 4 #5

Closed sureshdraco closed 9 years ago

sureshdraco commented 10 years ago

The background is not shown at all!

mradzinski commented 10 years ago

It does work on mine. Can you please post some code + Android Version and device specs?

adstro commented 10 years ago

I am seeing the same behavior using Genymotion to emulate a Nexus 5. The code is pretty simple, I just set the background in the XML layout:

<com.andraskindler.parallaxviewpager.ParallaxViewPager android:id="@+id/pager" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/test_background"/>

andraskindler commented 9 years ago

Tested, works on my devices (N4 and N5). Can you post your code?

andraskindler commented 9 years ago

Closing because of no activity.