Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 679 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 679 Bytes

Buy Me A CoffeeThanks for your support!

Android-TextView-Marquee

2 ways to create a Text Marquee!

What does it do?

  • Show 2 text marquees, the first using the TextView properties:

    android:ellipsize="marquee"
    android:singleLine="true"
    android:marqueeRepeatLimit="marquee_forever"
    

The second using the class:

ScrollViewText extends AppCompatTextView {

What does it look like?

Jorgesys TextMarquee