Hello, I'm facing a draw error with ScrollView. I created a ScrollView which includes a long long LinearLayout in it. By long long, I mean the height of LinearLayout is far longer than that of ScrollView.
This ScrollView fills the whole screen. Flip animation that I used was something like following: http://www.inter-fuser.com/2009/08/android-animations-3d-flip.html I want to rotate this ScrollView around X-axis, so I added an option menu which does something like the following: ScrollView.startAnimation(FlipAnimation); When I ran the above line, ScrollView rotates, but at certain point part of it just disappears and part of it is painted with solid white color. This happens on GingerBread. I even tried this with HoneyComb and it seems that with hardwareAccelerated ON, ScrollView just disappears, I guess there's some kind of issue with Canvas while drawing, but I don't know how to resolve this. If you have any workaround or suggestion to overcome this, please let me know. Thanks in advance!! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en