您的位置:首页 > 编程语言 > Java开发

JAVA跑马灯实现1

2016-01-21 09:52 435 查看
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:focusable="true"
android:singleLine="true"
android:focusableInTouchMode="true"
android:text="@string/hello_world" />
在string.xml文件中添加<string name="hello_world">我是一个TextView我是一个长TextView我是一个长TextView</string> 运行即可
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: