# AnimTextView **Repository Path**: bx601880762/AnimTextView ## Basic Information - **Project Name**: AnimTextView - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-18 - **Last Updated**: 2021-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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