开发者

How to scroll text Horizontally in textview in android [duplicate]

开发者 https://www.devze.com 2023-02-06 20:17 出处:网络
This question 开发者_开发百科already has answers here: Closed 11 years ago. Possible Duplicate: Horizontal scrolling text in Android
This question 开发者_开发百科already has answers here: Closed 11 years ago.

Possible Duplicate:

Horizontal scrolling text in Android

<TextView 
  android:id="@+id/dtitle"
  android:layout_marginLeft="100dp"
  android:text="Title"
   android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:scrollHorizontally="true"
 />

This is my code in xml file


Do you mean like a marquee?

0

精彩评论

暂无评论...
验证码 换一张
取 消