M

MarqueeTextView

走马灯式横向滚动的TextView(无论内容是否超过一行都会滚动)
https://github.com/dreamgyf/AndroidLibraries/tree/master/MarqueeTextView
The Apache License, Version 2.0
dreamgyf
Files download
File Operation
MarqueeTextView-1.1.pom download
MarqueeTextView-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.dreamgyf.android.ui.widget</groupId>
  <artifactId>MarqueeTextView</artifactId>
  <version>1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.dreamgyf.android.ui.widget:MarqueeTextView:1.1'
Gradle Kotlin
implementation("com.dreamgyf.android.ui.widget:MarqueeTextView:1.1")
Scala SBT
libraryDependencies += "com.dreamgyf.android.ui.widget" % "MarqueeTextView" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.dreamgyf.android.ui.widget', module='MarqueeTextView', version='1.1')
)
Apache Ivy
<dependency org="com.dreamgyf.android.ui.widget" name="MarqueeTextView" rev="1.1" />
Leiningen
[com.dreamgyf.android.ui.widget/MarqueeTextView "1.1"]
Apache Buildr
'com.dreamgyf.android.ui.widget:MarqueeTextView:jar:1.1'