码迷,mamicode.com
首页 > 其他好文 > 详细

使文字出现波纹效果--第三方开源--Titanic

时间:2016-01-20 22:26:50      阅读:222      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

 

下载地址:https://github.com/RomainPiel/Titanic

使用的时候直接将代码复制过来即可(注意res文件下有张波浪图也要一起复制)

技术分享

技术分享

 

xml代码:

 <com.romainpiel.titanic.library.TitanicTextView
        android:id="@+id/text"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="center"
        android:text="你好"
        android:textSize="40sp" />

 

JAVA代码:

titanic = new Titanic();
titanic.start(myTitanicTextView);

取消的话:

titanic.cancel();

 

具体见sample

使文字出现波纹效果--第三方开源--Titanic

标签:

原文地址:http://www.cnblogs.com/zzw1994/p/5146522.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!