Hi, Over scrolling methods seem to be API level 9 and higher. Maybe you didn't use @Override notation and ended up writing a new method on older APIs which is never called by the system?
-- H On Dec 17, 2011, at 10:37 PM, Christian Bianchini wrote: > Hi, > I have question about enable the overscroll by code, actually I did > that for Android 2.3 and it's work. > I tried the application with an Android 2.2 and I can't see the > overscroll and that its strange. > > I did an extend Class of scrollview and I have overwrite the method > overscroll. > > What is the solution to support the overscroll in Android 2.2? > > > Thanks > > -- > 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 -- 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

