文件名称:android源代码--TextView 向上滚动效果
文件大小:66KB
文件格式:ZIP
更新时间:2015-06-30 09:31:51
Android TextView 上下 滚动 效果
android源代码--TextView 向上滚动效果 自定义一个Layout继承LinearLayout,内含TextView, 用TranslateAnimation实现向上滚动的效果。 如果只有一行字,就不滚动, 2行以上才有必要滚动。
【文件预览】:
ScrollTextView
----.project(850B)
----project.properties(361B)
----proguard.cfg(1KB)
----src()
--------com()
----AndroidManifest.xml(740B)
----res()
--------drawable-ldpi()
--------drawable-hdpi()
--------drawable-mdpi()
--------layout()
--------values()
----assets()
----gen()
--------com()
----.classpath(364B)
----bin()
--------resources.ap_(11KB)
--------classes()
--------res()
--------classes.dex(8KB)
--------ScrollTextView.apk(16KB)