1

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

Community
  • 1
  • 1
SBK
  • 1,585
  • 2
  • 16
  • 19

1 Answers1

0

Do you mean like a marquee?

Community
  • 1
  • 1
dave.c
  • 10,910
  • 5
  • 39
  • 62