From 2a6715f4646ea8a3db48cc3d810deaeade8f9588 Mon Sep 17 00:00:00 2001 From: haodong Date: Wed, 16 Dec 2020 18:58:17 -0500 Subject: [PATCH] [ProgressIndicator] Added other predefined styles in document. PiperOrigin-RevId: 347914734 --- docs/components/ProgressIndicator.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/components/ProgressIndicator.md b/docs/components/ProgressIndicator.md index 99396047d..b041ac347 100644 --- a/docs/components/ProgressIndicator.md +++ b/docs/components/ProgressIndicator.md @@ -294,12 +294,14 @@ Circular type progress indicators also have the following attributes: #### Styles -|   | Style | -| ------------------ | ----------------------------------------------------- | -| **Default linear | `Widget.MaterialComponents.LinearProgressIndicator` | -: style** : : -| **Default circular | `Widget.MaterialComponents.CircularProgressIndicator` | -: style** : : +  | Style +-------------------------------------- | ----- +**Default linear**
**style** | `Widget.MaterialComponents.LinearProgressIndicator` +**Default circular**
**style** | `Widget.MaterialComponents.CircularProgressIndicator` +**Medium circular**
**style** | `Widget.MaterialComponents.CircularProgressIndicator.Medium` +**Small circular**
**style** | `Widget.MaterialComponents.CircularProgressIndicator.Small` +**Extra small circular**
**style** | `Widget.MaterialComponents.CircularProgressIndicator.ExtraSmall` + Default linear style theme attribute: `?attr/linearProgressIndicatorStyle`