安卓文字滚动简单实现

<com.moonstudio.sth4home.util.MarqueeTextView
        android:id="@+id/texview1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:singleLine="true"
        android:ellipsize="marquee"
        android:focusable="true"
        />
MarqueeTextView TextView {
    MarqueeTextView( context) {
        (context)}

    MarqueeTextView( contextAttributeSet attrs) {
        (contextattrs)}

    MarqueeTextView( contextAttributeSet attrsdefStyle) {
        (contextattrsdefStyle)}
    (){
        }
}


你可能感兴趣的:(安卓文字滚动简单实现)