android textview跑马灯效果是是什么样的
2016-04-08 · 百度知道合伙人官方认证企业
育知同创教育
1【专注:Python+人工智能|Java大数据|HTML5培训】 2【免费提供名师直播课堂、公开课及视频教程】 3【地址:北京市昌平区三旗百汇物美大卖场2层,微信公众号:yuzhitc】
向TA提问
关注
展开全部
就相当于是滚动条广告。
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/notice"
android:background="@color/black20"
android:text="他们说这里是要放广告的,就是看看能不能动啊!长点...!!!!..."
android:ellipsize="marquee"
android:gravity="center"
android:textStyle="bold"
<span style="color:#ff0000;">android:focusable="true"
android:marqueeRepeatLimit="marquee_forever"
android:focusableInTouchMode="true"
android:scrollHorizontally="true"
android:singleLine="true" </span>
android:textSize="@dimen/activity_Textsize15_4.0"
/>
要注意的就是内容一点要够长才会滚动,不然就不会滚动。 红色标记的代码是关键代码。
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/notice"
android:background="@color/black20"
android:text="他们说这里是要放广告的,就是看看能不能动啊!长点...!!!!..."
android:ellipsize="marquee"
android:gravity="center"
android:textStyle="bold"
<span style="color:#ff0000;">android:focusable="true"
android:marqueeRepeatLimit="marquee_forever"
android:focusableInTouchMode="true"
android:scrollHorizontally="true"
android:singleLine="true" </span>
android:textSize="@dimen/activity_Textsize15_4.0"
/>
要注意的就是内容一点要够长才会滚动,不然就不会滚动。 红色标记的代码是关键代码。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询