当前位置: 代码迷 >> Android >> android 走马灯成效
  详细解决方案

android 走马灯成效

热度:35   发布时间:2016-04-28 03:56:40.0
android 走马灯效果

<TextView

? ? ? ? android:id="@+id/myTextView"

? ? ? ? android:layout_width="match_parent"

? ? ? ? android:layout_height="wrap_content"

? ? ? ? android:ellipsize="marquee"

? ? ? ? android:marqueeRepeatLimit="marquee_forever"

? ? ? ? android:scrollHorizontally="true"

? ? ? ? android:singleLine="true"

? ? ? ? android:focusable="true" ?

? ? ? ? android:focusableInTouchMode="true" ?

? ? ? ? android:text="hello world my dear friend this is a long long string~~~~hello world my dear friend this is a long long string" />

  相关解决方案