From 528da4774893196246d19ad78b131d4a70b69835 Mon Sep 17 00:00:00 2001 From: liuri Date: Wed, 3 May 2017 17:31:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/net/lemonsoft/lemonbubble/LemonBubbleView.java | 1 - 1 file changed, 1 deletion(-) diff --git a/LemonBubble/lemonbubble/src/main/java/net/lemonsoft/lemonbubble/LemonBubbleView.java b/LemonBubble/lemonbubble/src/main/java/net/lemonsoft/lemonbubble/LemonBubbleView.java index f137fa4..cc315fe 100644 --- a/LemonBubble/lemonbubble/src/main/java/net/lemonsoft/lemonbubble/LemonBubbleView.java +++ b/LemonBubble/lemonbubble/src/main/java/net/lemonsoft/lemonbubble/LemonBubbleView.java @@ -219,7 +219,6 @@ private void initContentPanel(final LemonBubbleInfo info) { _framePlayIndexAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { @Override public void onAnimationUpdate(ValueAnimator animation) { - System.out.println(" - - - - " + animation.getAnimatedValue()); // 逐帧修改图片,启动连环动画的效果 if (((int) animation.getAnimatedValue()) < info.getIconArray().size()) _paintView.setImageBitmap(info.getIconArray().get((Integer) animation.getAnimatedValue()));