Skip to content

Instantly share code, notes, and snippets.

@shihabmi7
Created June 23, 2016 04:42
Show Gist options
  • Save shihabmi7/0f70e53b0e65b2921e35e9033b505be9 to your computer and use it in GitHub Desktop.
Save shihabmi7/0f70e53b0e65b2921e35e9033b505be9 to your computer and use it in GitHub Desktop.
Text Marquee
<TextView
android:id="@+id/textView_News_HeadLine"
style="@style/black_extra_large_heading_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_marginLeft="8dp"
android:ellipsize="marquee"
android:marqueeRepeatLimit="-1"
android:singleLine="true"
android:text="HeadLine: Banglawash To be Continued" />
@@@ you should must write from your activity
textView.setSelected(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment