[components] Closes https://github.com/mozilla-mobile/android-components/issues/1081: Make AnimatedProgressBar open to customize behavior in apps.

This commit is contained in:
Sebastian Kaspari
2018-10-22 15:23:57 +02:00
parent 6dfacaef64
commit 8cc23c56fe

View File

@@ -20,7 +20,7 @@ import android.widget.ProgressBar
/**
* An animated progress bar following the Photon Design System.
*/
class AnimatedProgressBar @JvmOverloads constructor(
open class AnimatedProgressBar @JvmOverloads constructor(
context: Context,
attrs: AttributeSet? = null,
defStyleAttr: Int = 0