展会信息港展会大全

Android TextView无焦点滚动显示
来源:互联网   发布日期:2016-01-14 12:25:34   浏览:1417次  

导读:第一种:Animation ani = new TranslateAnimation(310f, -400f, 0.0f, 0.0f); ani.setDuration(10000); ani.setRepeatCount(500); ani.setRepeatMode(1); TextView textView =(TextView) this.fin......

第一种:

Animation ani = new TranslateAnimation(310f, -400f, 0.0f, 0.0f);

ani.setDuration(10000);

ani.setRepeatCount(500);

ani.setRepeatMode(1);

TextView textView =(TextView) this.findViewById(R.id.text);

textView .startAnimation(ani);

第二种:

<TextView

android:id="@+id/TextView02"

android:singleLine="true"

android:scrollHorizontally="true"

android:ellipsize="marquee"

android:marqueeRepeatLimit="marquee_forever"

android:textSize="16px"

android:focusable="true"

android:textColor="@color/gray"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

/>

第二种代码:

nextsong = (TextView) findViewById(R.id.TextView02);

nextsong.setSelected(true);

赞助本站

人工智能实验室
AiLab云推荐
展开

热门栏目HotCates

Copyright © 2010-2024 AiLab Team. 人工智能实验室 版权所有    关于我们 | 联系我们 | 广告服务 | 公司动态 | 免责声明 | 隐私条款 | 工作机会 | 展会港