<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:scrollHorizontally="true"
android:ellipsize="marquee"
android:marqueeRepeatLimit ="marquee_forever"
android:focusable="true"
android:focusableInTouchMode="true"
android:text="Hello Android.. I am android developer and developing this auto scroll text view via XML." />
xml没有设置select 属性 代码里面设置select属性 就可以实现跑马灯效果