MarqueeTextView

class MarqueeTextView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.Default_MarqueeTextView_Style) : AppCompatTextView

MarqueeTextView

Since

0.2.0

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.Default_MarqueeTextView_Style)

Properties

Link copied to clipboard
private var marqueeNum: Int

Set to -1 to repeat indefinitely, the number of repetitions is an integer greater than or equal to 0 otherwise.

Functions

Link copied to clipboard
open override fun isFocused(): Boolean
Link copied to clipboard
private fun setAttr()

Set related properties.

Link copied to clipboard
fun setMarqueeNum(marqueeNum: Int)