HTextView:非常炫酷的 TextView 效果

144 
作者  食梦兽 

2015.12.25 23:08  字数 211  阅读 1924 评论 12

这是一款非常炫酷的TextView,绝对给你惊喜。

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

先放几张效果图:

Default : Scale:


EvaporateText:


Fall:


fall.gif

Line:


Sparkle:


Anvil:


再说怎样使用:

在Module的build.gradle#dependencies添加

compile 'hanks.xyz:htextview-library:0.1.2'

在布局文件的根节点中添加命名空间:

xmlns:htext="http://schemas.android.com/apk/res-auto"

布局文件中添加HTextView:

<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"
       />

在java代码中使用:

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

Note:仅支持sdk版本15以上。

即,在Module的build.gradle#defaultConfig#minSdkVersion值为15

defaultConfig {
        ...
        minSdkVersion 15
       ...
    }
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值