Yes, I tried the FILL_PARENT, and it works fine with that instead.

However on my older device with 1.5, it fails:

Caused by: java.lang.RuntimeException: Unknown interpolator name: set
      at
android.view.animation.AnimationUtils.createInterpolatorFromXml(AnimationUtils.java:
321)
      at
android.view.animation.AnimationUtils.loadInterpolator(AnimationUtils.java:
270)
      at
com.package.android.test.FlingGallery.<init>(FlingGallery.java:66)

It would be great if you could make this work for the common devices,
2.2 is still pretty rare in the grand scheme of things.

On Jun 15, 12:47 am, droidful <[email protected]> wrote:
> Hmm. Im developing on 2.2 on a google nexus one. To be honest with you
> I dont have the experience to know what is or isnt going to work on
> different versions. If I get some time I can try compiling against an
> older SDK. I also didnt set a version requirement in the manifest so
> it might be crashing on older versions? Regarding MATCH_PARENT, I'm
> sure you've found it by now but... "FILL_PARENT (replaced by
> MATCH_PARENT , in API Level 8)", I think they are identical.

-- 
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

Reply via email to