修改首页底部导航栏动效icon动画时间为1200毫秒
This commit is contained in:
parent
9817fb1ff7
commit
6ab70b4fcb
@ -89,7 +89,7 @@ public class TabButton extends LinearLayout {
|
||||
}
|
||||
}
|
||||
});
|
||||
mAnimator.setDuration(800);
|
||||
mAnimator.setDuration(1200);
|
||||
mAnimator.setInterpolator(new LinearInterpolator());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user