主要代码如下:float fromXDelta = context.length; TranslateAnimation translateAnimation =null; if (this.context.oldTabViewIndex < this.context.curTabViewIndex) { fromXDelta = context.length * (this.context.curTabViewIndex - this.context.oldTabViewIndex); translateAnimatio... Read More