¡@

Home 

2014/10/16 ¤W¤È 08:23:35

android Programming Glossary: scrolltextview

Marquee Set Speed

http://stackoverflow.com/questions/8970927/marquee-set-speed

android textSize 140dp android share improve this question You have to create custom class for scroll the text ScrollTextView.java public class ScrollTextView extends TextView scrolling feature private Scroller mSlr milliseconds for a round of scrolling.. share improve this question You have to create custom class for scroll the text ScrollTextView.java public class ScrollTextView extends TextView scrolling feature private Scroller mSlr milliseconds for a round of scrolling private int mRndDuration.. X offset when paused private int mXPaused 0 whether it's being paused private boolean mPaused true constructor public ScrollTextView Context context this context null customize the TextView setSingleLine setEllipsize null setVisibility INVISIBLE constructor..