摘要: ScrollingTextView 的代码:1、文字向上滚动,类似电影结束后的字幕显示,这里不支持手势拖拽。import android.content.Context;import android.util.AttributeSet;import android.view.animation.LinearInterpolator;import android.widget.Scroller;import android.widget.TextView;/** * A TextView that scrolls it contents across the screen, in a simil 阅读全文
posted @ 2013-07-22 12:47 Liu Siyuan 阅读(515) 评论(0) 推荐(0)