1<TextView
2 android:id="@+id/YOURID"
3 android:layout_width="15dp"
4 android:layout_height="wrap_content"
5 android:ellipsize="marquee"
6 android:focusable="true"
7 android:focusableInTouchMode="true"
8 android:marqueeRepeatLimit="marquee_forever"
9 android:scrollHorizontally="true"
10 android:singleLine="true"
11 />