TextView简单实现跑马灯效果

来源:互联网 发布:mac 硬盘重新分区 编辑:程序博客网 时间:2024/05/21 10:59
<TextView        android:layout_width="match_parent"        android:layout_height="48dp"        android:ellipsize="marquee"        android:focusable="true"        android:singleLine="true"        android:textColor="#912CEE"        android:textSize="18sp"        android:focusableInTouchMode="true"        android:marqueeRepeatLimit="marquee_forever"        android:scrollHorizontally="true"        android:text="两件事你需要关注--第一,保持现有的;第二,持续发展。我们要保持这种风格,不靠噱头和花招。同时,要在不破坏现有水准的前提下,关注那些持续发展的、容易扩大规模的产品或趋势。--马克.扎克伯格Facebook公司成立10周年,马克.扎克伯格一方面强调了公司要脚踏实地保持现有领域的领先地位,一方面要关注新技术,新方向.">
原创粉丝点击