GSM手机、CDMA手机、3G手机、4G手机
Xml代码
- <TextView
android:layout_width="50px"
- android:layout_height="wrap_content"
- android:textColor="@android:color/white"
- android:ellipsize="marquee"
- android:focusable="true"
- android:marqueeRepeatLimit="marquee_forever"
- android:focusableInTouchMode="true"
- android:scrollHorizontally="true"
- android:text="这才是真正的文字跑马灯效果"
- >
- </TextView>
<TextView android:layout_width="50px"
android:layout_height="wrap_content"
android:textColor="@android:color/white"
android:ellipsize="marquee"
android:focusable="true"
android:marqueeRepeatLimit="marquee_forever"
android:focusableInTouchMode="true"
android:scrollHorizontally="true"
android:text="这才是真正的文字跑马灯效果"
>
</TextView>
- android:focusableInTouchMode="true" 這塊很重要
還有一個重要的地方就是: android:text="这才是真正的文字跑马灯效果",如果你的文字在手機上的長度是100px;那麼你的android:layout_width="90px"
一定要小於100px
android:focusableInTouchMode="true" 這塊很重要
還有一個重要的地方就是: android:text="这才是真正的文字跑马灯效果",如果你的文字在手機上的長度是100px;那麼你的android:layout_width="90px"
一定要小於100px