Android-ColorTrackView

Android-ColorTrackView

字體或者圖片能夠逐漸染色和逐漸褪色的動畫效果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

效果圖

簡單使用

結合ViewPager

關於我

瞭解更多請上<IT藍豹>http://itlanbao.com/preview.aspx#1,0圖片

相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息