Skip to content

Commit d6ddf00

Browse files
pekingmehunterstich
authored andcommitted
[ProgressIndicator] Internal cleanup.
PiperOrigin-RevId: 358217922
1 parent 585e0ff commit d6ddf00

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/java/com/google/android/material/progressindicator/BaseProgressIndicatorSpec.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ public abstract class BaseProgressIndicatorSpec {
6868
/** The animation behavior to hide the indicator and track. */
6969
@HideAnimationBehavior public int hideAnimationBehavior;
7070

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+
*/
7180
protected BaseProgressIndicatorSpec(
7281
@NonNull Context context,
7382
@Nullable AttributeSet attrs,

0 commit comments

Comments
 (0)