Android TextView 沉沒效果: Titanic
Titanic 是一個 Android 實驗,顯示的是 TextView 的下沉效果。
How to use
Add aTitanicTextViewto your layout:
<com.romainpiel.titanic.TitanicTextView android:id="@+id/titanic_tv" android:text="@string/loading" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="#212121" android:textSize="70sp"/>
To start the animation:
titanic = new Titanic(); titanic.start(myTitanicTextView);
You may want to keep track of the titanic instance after the animation is started if you want to stop it.
To stop it:
titanic.cancel();
本文由用戶 ybw8 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!