FocusedTextView

open class FocusedTextView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : AppCompatTextView

Deprecated

Please use MarqueeTextView.

Replace with

import com.ave.vastgui.tools.view.textview.MarqueeTextView
MarqueeTextView

When you want to show the marquee text, you can use FocusedTextView.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)

Functions

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