We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585e0ff commit d6ddf00Copy full SHA for d6ddf00
lib/java/com/google/android/material/progressindicator/BaseProgressIndicatorSpec.java
@@ -68,6 +68,15 @@ public abstract class BaseProgressIndicatorSpec {
68
/** The animation behavior to hide the indicator and track. */
69
@HideAnimationBehavior public int hideAnimationBehavior;
70
71
+ /**
72
+ * Instantiates BaseProgressIndicatorSpec.
73
+ *
74
+ * <p>If attributes are missing, the values defined in the default style {@link
75
+ * R.style#Widget_MaterialComponents_ProgressIndicator} will be loaded.
76
77
+ * @param context Current themed context.
78
+ * @param attrs Component's attributes set.
79
+ */
80
protected BaseProgressIndicatorSpec(
81
@NonNull Context context,
82
@Nullable AttributeSet attrs,
0 commit comments