Android 游走字幕

<TextView
android:layout_marginTop="2dip"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="彩票选号器是一个具有抖动手机选取号码功能,包括超级大乐透,双色球,七星彩的选号,抖动手机选取号码,热门号码进行筛选."
android:textColor="#0000E3"
android:scrollHorizontally="true"
android:singleLine="true"
android:ellipsize="marquee"
android:focusable="true"

android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
android:textSize="9pt">

</TextView>

你可能感兴趣的:(android)