文件名称:AutoScroll
介绍说明--下载内容均来自于网络,请自行研究使用
AutoScroll字幕滚动源码示例,Android垂直滚动的图文混排滚动字幕效果,涉及很多Java文字滚动技巧:比如判断当前是否为滚动状态,如何开启或者关闭自动滚动功能,获取当前滚动到结尾时的停顿时间,单位:毫秒,设置当前滚动到结尾时的停顿时间,单位:毫秒,获取当前的滚动速度,单位:毫秒,值越小,速度越快,设置当前的滚动速度,单位:毫秒,值越小,速度越快-AutoScroll subtitles scrolling source code examples, Android Hunpai vertical scrolling marquee effect, involving a lot of text scrolling Java skills: for example, to determine whether the current state of the scroll, how to turn on or off the automatic scrolling feature, scroll to get to the end of the current pause time when , unit: ms, pause time is set to scroll to the end of the current time, unit: ms to get the scroll speed unit: milliseconds, the smaller the value, the faster the scrolling speed setting current, unit: milliseconds, the smaller the value , faster
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AutoScroll\.classpath
..........\.project
..........\AndroidManifest.xml
..........\bin\AndroidManifest.xml
..........\...\AutoScroll.apk
..........\...\classes\com\example\testautoscroll\BuildConfig.class
..........\...\.......\...\.......\..............\R$attr.class
..........\...\.......\...\.......\..............\R$dimen.class
..........\...\.......\...\.......\..............\R$drawable.class
..........\...\.......\...\.......\..............\R$id.class
..........\...\.......\...\.......\..............\R$layout.class
..........\...\.......\...\.......\..............\R$menu.class
..........\...\.......\...\.......\..............\R$string.class
..........\...\.......\...\.......\..............\R$style.class
..........\...\.......\...\.......\..............\R.class
..........\...\.......\...\tony\autoscroll\AutoScrollView$1.class
..........\...\.......\...\....\..........\AutoScrollView.class
..........\...\.......\...\....\..........\MainActivity.class
..........\...\classes.dex
..........\...\dexedLibs\android-support-v4-8f158d76dac283c4cbf13515465a624a.jar
..........\...\.........\annotations-0eafc72d58eadf29d500064863b8e9e4.jar
..........\...\.........\annotations-39733c5b71e007f4b555a290247d4047.jar
..........\...\jarlist.cache
..........\...\res\drawable-hdpi\ic_launcher.png
..........\...\...\.........mdpi\ic_launcher.png
..........\...\...\.........xhdpi\ic_launcher.png
..........\...\...\..........xhdpi\ic_launcher.png
..........\...\resources.ap_
..........\...\testAutoScroll.apk
..........\gen\com\example\testautoscroll\BuildConfig.java
..........\...\...\.......\..............\R.java
..........\ic_launcher-web.png
..........\libs\android-support-v4.jar
..........\proguard-project.txt
..........\project.properties
..........\res\drawable-hdpi\bg1.jpg
..........\...\.............\bg2.jpg
..........\...\.............\ic_launcher.png
..........\...\.........mdpi\ic_launcher.png
..........\...\.........xhdpi\ic_launcher.png
..........\...\..........xhdpi\ic_launcher.png
..........\...\layout\activity_main.xml
..........\...\menu\main.xml
..........\...\values\dimens.xml
..........\...\......\strings.xml
..........\...\......\styles.xml
..........\...\......-sw600dp\dimens.xml
..........\...\.........720dp-land\dimens.xml
..........\src\com\tony\autoscroll\AutoScrollView.java
..........\...\...\....\..........\MainActivity.java
..........\bin\classes\com\example\testautoscroll
..........\...\.......\...\tony\autoscroll
..........\...\.......\...\example
..........\...\.......\...\tony
..........\gen\com\example\testautoscroll
..........\src\com\tony\autoscroll
..........\bin\classes\com
..........\...\res\drawable-hdpi
..........\...\...\drawable-mdpi
..........\...\...\drawable-xhdpi
..........\...\...\drawable-xxhdpi
..........\gen\com\example
..........\src\com\tony
..........\bin\classes
..........\...\dexedLibs
..........\...\res
..........\gen\com
..........\res\drawable-hdpi
..........\...\drawable-ldpi
..........\...\drawable-mdpi
..........\...\drawable-xhdpi
..........\...\drawable-xxhdpi
..........\...\layout
..........\...\menu
..........\...\values
..........\...\values-sw600dp
..........\...\values-sw720dp-land
..........\src\com
..........\assets
..........\bin
..........\gen
..........\libs
..........\res
..........\src
AutoScroll