Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/z56402344/AnimTextView


https://github.com/z56402344/AnimTextView

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# AnimTextView (below chart)
#传入数据,执行动画 (下面有效果图)

# ScreenShot

![Image][1]

[1]: http://img.blog.csdn.net/20151214223641061

# 简单示例

# 代码:

private void initView() {
mTvBig = (AnimTextView) findViewById(R.id.mTvBig);
mTvSmall = (AnimTextView) findViewById(R.id.mTvSmall);
mTvBg = (AnimTextView) findViewById(R.id.mTvBg);
}

private void initData() {
mTvBig.setText("2015","2016");

mTvSmall.setText("2016",true);

mTvBg.setText("2016",true);
}


# xml