Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

moving text in textview android

<TextView
        android:id="@+id/YOURID"
        android:layout_width="15dp"
        android:layout_height="wrap_content"
        android:ellipsize="marquee"
        android:focusable="true"
        android:focusableInTouchMode="true"
        android:marqueeRepeatLimit="marquee_forever"
        android:scrollHorizontally="true"
        android:singleLine="true"
        />
 
PREVIOUS NEXT
Tagged: #moving #text #textview #android
ADD COMMENT
Topic
Name
5+9 =