字體或者圖片能夠逐漸染色和逐漸褪色的動畫效果android
<com.zhy.view.ColorTrackView android:id="@+id/id_changeTextColorView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:layout_centerVertical="true" android:padding="20dp" android:background="#44ff0000" android:gravity="center_vertical" zhy:progress="0" zhy:direction="left" zhy:text="張鴻洋" zhy:text_change_color="#ffff0000" zhy:text_origin_color="#ff000000" zhy:text_size="60sp" />
注:zhy爲命名空間,xmlns:zhy="http://itlanbao.com/preview.aspx#1,0git
progress
[0.0f , 1.0f]github
text
繪製的文本字體
text_change_color
目標顏色動畫
text_origin_color
原始顏色spa
text_size
字體大小code
direction
方向,枚舉類型,支持:left,right,top,bottomxml
瞭解更多請上<IT藍豹>http://itlanbao.com/preview.aspx#1,0圖片