Hi,

After a TranslateAnimation, the OnClickListener on view translated is
not translated. I tried overriding getHitRect in a custom LinearLayout
but without success. I also tried to use a touchdelegate and all other
suggestions found on the whole internet without success :)

TranslateAnimation open = new TranslateAnimation(0, displayWidth -
ivTimelineWidth, 0, 0);
open.setDuration(1000);
open.setFillAfter(true);
llMapContent.startAnimation(open);

Please help me :)

Julien

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

Reply via email to