AppCompatSeekBar
open class AppCompatSeekBar : SeekBar
A SeekBar
which supports compatible features on older versions of the platform.
This will automatically be used when you use SeekBar
in your layouts and the top-level activity / dialog is provided by appcompat. You should only need to manually use this class when writing custom views.
Summary
Public constructors
<init>
AppCompatSeekBar(@NonNull context: Context)
Public methods
jumpDrawablesToCurrentState
open fun jumpDrawablesToCurrentState(): Unit
Protected methods
drawableStateChanged
protected open fun drawableStateChanged(): Unit
onDraw
protected open fun onDraw(canvas: Canvas!): Unit