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 1c872e8 commit 799a78cCopy full SHA for 799a78c
docs/components/ProgressIndicator.md
@@ -243,10 +243,9 @@ top](assets/progressindicator/circular_determinate_compact.gif)
243
In the layout:
244
245
```xml
246
-<com.google.android.material.progressindicator.LinearProgressIndicator
247
- android:layout_width="match_parent"
248
- android:layout_height="wrap_content"
249
- android:indeterminate="true" />
+<com.google.android.material.progressindicator.CircularProgressIndicator
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content" />
250
```
251
252
The following example shows an indeterminate circular progress indicator.
0 commit comments