当前位置:操作系统 > 安卓/Android >>

Android游走字幕

<TextView
  android:layout_marginTop="2dip"
  android:layout_width="fill_parent"
  android:layout_height="wrap_content"
  android:text="易做图选号器是一个具有抖动手机选取号码功能,包括超级大乐透,双色球,七星彩的选号,抖动手机选取号码,热门号码进行筛选."
  android:textColor="#0000E3"
  android:scrollHorizontally="true"
  android:singleLine="true"
  android:ellipsize="marquee"
  android:focusable="true"
 
  android:focusableInTouchMode="true"
  android:marqueeRepeatLimit="marquee_forever"
  android:textSize="9pt">

 </TextView>

 

 

摘自 gongzibai的专栏

补充:移动开发 , Android ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,