讓TextView產生動畫的Android庫:HTextView

碼頭工人 8年前發布 | 24K 次閱讀 HTextView Android開發 移動開發

讓TextView產生動畫的Android庫:HTextView


see iOS Effects


Screenshot

Default : Scale

EvaporateText

Fall

Line

Sparkle

Anvil

Typer

Rainbow

Usage

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

animateType can be scale evaporate fall sparkle anvil line pixelate typer rainbow


hTextView = (HTextView) findViewById(R.id.text);
hTextView.setAnimateType(HTextViewType.LINE);
hTextView.animateText("new simple string"); // animate

官方網站:http://www.baiduhome.net/lib/view/home/1451398317042

 本文由用戶 碼頭工人 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!