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
Post a Comment