1

I use 9oldandroids for animation in my app. in Android devices >= 3.0, everything works fine.

In Android < 3.0 devices, I have an annoying problem: I have a view with a few buttons. Say I translated that view's y position from its location (viewY) to somewhere outside the screen (viewY + screenHeight). Even though the view is no longer visible, its buttons are still clickable at their ORIGINAL location.

I tried setEnabled(false), setClickable(false), setFocusable(false) and a lot more failing ideas.

Does anyone have a solution?

dors
  • 5,802
  • 8
  • 45
  • 71

0 Answers0