Android 怎么旋转TextView文字显示方向
在一个项目中,需要旋转TextView的文字显示方向,怎么实现呢?这里提供一种变通的方法来实现该功能:Animation动画,保存动画结束状态来实现该功能。主要代码如下:1、定义一个anim xml资源文件rotate_right.xml<?xmlversion="1.0"encoding="utf-8"?><set><rotatexmlns:Android="http://schemas.android.com/apk/re...