Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z56402344/AnimTextView
https://github.com/z56402344/AnimTextView
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/z56402344/AnimTextView
- Owner: z56402344
- Created: 2015-12-14T08:32:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T09:33:23.000Z (almost 9 years ago)
- Last Synced: 2024-03-20T09:58:59.945Z (8 months ago)
- Language: Java
- Size: 895 KB
- Stars: 419
- Watchers: 10
- Forks: 66
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android-ui - https://github.com/z56402344/AnimTextView
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