在 TranslateAnimation 之后,未翻译视图上的 OnClickListener。我尝试在自定义 LinearLayout 中覆盖 getHitRect 但没有成功。我还尝试使用 touchdelegate 和在整个互联网上找到的所有其他建议但没有成功:)
TranslateAnimation open = new TranslateAnimation(0, displayWidth - ivTimelineWidth, 0, 0);
open.setDuration(1000);
open.setFillAfter(true);
llMapContent.startAnimation(open);
请帮我 :)
朱利安