为了账号安全,请及时绑定邮箱和手机立即绑定

跑马灯出错

我的代码是:

<string name="hello_world">我是一个TextView,我是一个TextView,我是一个TextView.</string>

为什么在模拟器中运行时变成:http://img1.sycdn.imooc.com//596ec5250001cd5a05910228.jpg

其中3个是跑马灯效果,另外3个不动

正在回答

2 回答

android:singleLine="true"

0 回复 有任何疑惑可以回复我~

<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少啦什么哦

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312585    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

跑马灯出错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信