How to scroll text Horizontally in textview in android -


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 code in xml file

do mean marquee?


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -