跑马灯出错
我的代码是:
<string name="hello_world">我是一个TextView,我是一个TextView,我是一个TextView.</string>
为什么在模拟器中运行时变成:
其中3个是跑马灯效果,另外3个不动
我的代码是:
<string name="hello_world">我是一个TextView,我是一个TextView,我是一个TextView.</string>
为什么在模拟器中运行时变成:
其中3个是跑马灯效果,另外3个不动
2017-07-19
<com.penguin.administrator.marqueetextviewdemon.MarqueeText
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:text="@string/Hello_world"
android:textSize="18dp"
/>
仔细看看xml少啦什么哦
举报