On Tue, Aug 28, 2012 at 8:54 AM, Thesalan <[email protected]> wrote: > The project is attached to this post, at this lighter version (like we can > found here https://gist.github.com/8cbe094bb7a783e37ad1) > > I repeat : this works greats on emulator and older devices, but not on my > HTC One X with last OTA (Android 4.0.4) and Nexus S with CyanogenMod 10 > (Android 4.1.1)
I can reproduce your problem. It appears to be tied to hardware acceleration, insofar as if I add android:hardwareAccelerated="false" to the activity, things work on hardware where it failed before (and also fails if I set the value explicity to "true"). Since the issues of clipping and hardware acceleration are beyond my area of expertise, I can't explain why this is the case. Rather than disable hardware acceleration for the whole activity, you could experiment with disabling it just for the ViewPager itself. And, of course, if we're lucky, somebody who understands more about this area will chime in and explain where things are going wrong. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.1 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

