Skip to content

Android Scrolling textView with scroll effect similar to Karaoke or Teleprompter.

Notifications You must be signed in to change notification settings

arbaajq4udev/ScrollingTextView

 
 

Repository files navigation

ScrollTextView

Android Scrolling textView with scroll effect similar to Karaoke or Teleprompter.

Screenshots

[

Gradle

How to add this library to you project:

Add it in your root build.gradle at the end of repositories:

repositories {
			
   maven { url 'https://jitpack.io' }
}

dependencies {
  implementation 'com.github.BosnianDev:ScrollingTextView:1.0'
	}

Usage

  <com.github.BosnianDev.ScrollingTextView
      android:id="@+id/ScrollTextView"
      android:layout_width="match_parent"
      android:layout_height="match_parent"/>

Licence

Do whatever you want!

About

Android Scrolling textView with scroll effect similar to Karaoke or Teleprompter.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%