TextView设置跑马灯使用如下设置是会造成跑马灯鬼畜抖动效果
android:layout_width="wrap_content"
android:layout_height="wrap_content"
应指定确定的显示长度,再配合maxWidth使用
android:maxWidth="192px"
小问题,记录一下
TextView设置跑马灯使用如下设置是会造成跑马灯鬼畜抖动效果
android:layout_width="wrap_content"
android:layout_height="wrap_content"
应指定确定的显示长度,再配合maxWidth使用
android:maxWidth="192px"
小问题,记录一下
本文标题:Android TextView跑马灯抖动问题
本文链接:https://www.haomeiwen.com/subject/oievrhtx.html
网友评论