TextView动画效果:HTextView

jopen 8年前

TextView动画效果。

使用说明:

compile 'hanks.xyz:htextview-library:0.1.1'
<com.hanks.htextview.HTextView         android:id="@+id/htext"         android:layout_width="match_parent"         android:layout_height="100dp"         android:background="#000000"         android:gravity="center"         android:textColor="#FFFFFF"         android:textSize="30sp"         htext:animateType="anvil"         />

 

项目地址: https://github.com/hanks-zyh/HTextView