`
rafale35
  • 浏览: 20064 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

TextView 学习

阅读更多

自动横向滚动效果

 

	<TextView
		android:id="@+id/directionTxt"
		android:singleLine="false"
		android:text="@string/testcn1"
		android:layout_marginLeft="20px"
		android:layout_width="280px"
		android:layout_height="40px"
		android:scrollHorizontally="true"
		android:ellipsize="marquee"
		android:marqueeRepeatLimit="marquee_forever"
		android:focusable="true"
		android:selectAllOnFocus="true"
		android:focusableInTouchMode="true"
		android:freezesText="true" />

 

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics