[components] Closes https://github.com/mozilla-mobile/android-components/issues/1081: Make AnimatedProgressBar open to customize behavior in apps.
This commit is contained in:
@@ -20,7 +20,7 @@ import android.widget.ProgressBar
|
|||||||
/**
|
/**
|
||||||
* An animated progress bar following the Photon Design System.
|
* An animated progress bar following the Photon Design System.
|
||||||
*/
|
*/
|
||||||
class AnimatedProgressBar @JvmOverloads constructor(
|
open class AnimatedProgressBar @JvmOverloads constructor(
|
||||||
context: Context,
|
context: Context,
|
||||||
attrs: AttributeSet? = null,
|
attrs: AttributeSet? = null,
|
||||||
defStyleAttr: Int = 0
|
defStyleAttr: Int = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user