githubtangchao
Results
1
comments of
githubtangchao
仿照作者的写法,他有个默认的动画。 把动画的进出全部设为0. `public class GuideViewAnimal extends FragmentAnimator implements Parcelable{ public GuideViewAnimal() { enter = 0; exit = 0; popEnter = 0; popExit = 0; } protected GuideViewAnimal(Parcel in) { super(in);...