自定义view实现跑马灯效果

时间:2021-12-09 08:52:34
【文件属性】:
文件名称:自定义view实现跑马灯效果
文件大小:73KB
文件格式:RAR
更新时间:2021-12-09 08:52:34
自定义跑马灯 文字的长度小于textview的长度,就不能实现跑马灯的效果, 如果要实现就要自定义,以下就是
【文件预览】:
res
----mipmap-xxxhdpi()
--------ic_launcher.png(9KB)
--------ic_launcher_round.png(15KB)
----drawable()
--------test.xml(737B)
--------shape.xml(1KB)
--------ic_launcher_background.xml(6KB)
----mipmap-hdpi()
--------ic_launcher.png(3KB)
--------ic_launcher_round.png(5KB)
----drawable-v24()
--------ic_launcher_foreground.xml(2KB)
----values()
--------colors.xml(347B)
--------strings.xml(70B)
--------attrs.xml(235B)
--------styles.xml(392B)
----mipmap-xxhdpi()
--------ic_launcher.png(6KB)
--------ic_launcher_round.png(10KB)
----mipmap-mdpi()
--------ic_launcher.png(2KB)
--------ic_launcher_round.png(3KB)
----mipmap-xhdpi()
--------ic_launcher.png(4KB)
--------ic_launcher_round.png(7KB)
----mipmap-anydpi-v26()
--------ic_launcher_round.xml(276B)
--------ic_launcher.xml(276B)
----layout()
--------activity_main.xml(1KB)
java
----com()
--------xdl()
AndroidManifest.xml

网友评论

  • 很不错 学习了