luhuanxml

Results 5 issues of luhuanxml

![image](https://user-images.githubusercontent.com/19920279/50465862-00589480-09d5-11e9-9aa6-2845346db025.png)

I want to make one log util like you. It's yours ![image](https://user-images.githubusercontent.com/19920279/42326280-4b5ca8f4-809b-11e8-8e19-b03ac3ac9c38.png) It's mine ![image](https://user-images.githubusercontent.com/19920279/42326438-b8b12ef2-809b-11e8-932e-a79d10766e05.png) I don't know why like this. How to make it like yours.

//textView = (TextView) getChildAt((getDisplayedChild()+1) % 3); TextView textView = (TextView) getCurrentView(); 这里如果让离开动画有效的时候,设置背景色,在两个颜色的切换中会有头一个颜色错误的情况,比如我有10条数据,前五条为红色,后五条为绿色,当我是用getDisplayedChild()+1的时候动画虽然是正常的,但是会出现第五条数据为绿色的情况,然后后面第十条数据为绿色。