您的位置:首页 > 其它

安卓文字滚动简单实现

2015-12-09 00:00 253 查看
<com.moonstudio.sth4home.util.MarqueeTextView
android:id="@+id/texview1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="marquee"
android:focusable="true"
/>

MarqueeTextView TextView {
MarqueeTextView( context) {
(context)}

MarqueeTextView( contextAttributeSet attrs) {
(contextattrs)}

MarqueeTextView( contextAttributeSet attrsdefStyle) {
(contextattrsdefStyle)}
(){
}
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: