@@ -172,9 +172,9 @@ API and source code:
172
172
173
173
The following example shows a determinate linear progress indicator.
174
174
175
- ![ Determinate linear progress indicator animation: purple indicator fills up
175
+ <img src="assets/progressindicator/linear_determinate.gif" alt=" Determinate linear progress indicator animation: purple indicator fills up
176
176
grey
177
- track] ( assets/progressindicator/linear_determinate.gif ) { width="600"}
177
+ track" width="600"/>
178
178
179
179
In the layout:
180
180
@@ -186,9 +186,9 @@ In the layout:
186
186
187
187
The following example shows an indeterminate linear progress indicator.
188
188
189
- ![ Indeterminate linear progress indicator animation: purple indicator travels
189
+ <img src="assets/progressindicator/linear_indeterminate.gif" alt=" Indeterminate linear progress indicator animation: purple indicator travels
190
190
along grey
191
- track] ( assets/progressindicator/linear_indeterminate.gif ) { width="600"}
191
+ track" width="600"/>
192
192
193
193
In the layout:
194
194
@@ -204,14 +204,14 @@ In the layout:
204
204
For linear progress indicator, there are two indeterminate animation types:
205
205
206
206
* ` disjoint ` - animates as repeated cycles with two disjoint segments in the
207
- same color at a time. ![ Disjointed indeterminate linear progress indicator animation: red indicator
207
+ same color at a time. <img src="assets/progressindicator/linear_multicolor_disjoint.gif" alt=" Disjointed indeterminate linear progress indicator animation: red indicator
208
208
travels along track 2x then switches to
209
- yellow] ( assets/progressindicator/linear_multicolor_disjoint.gif ) { width="600"}
209
+ yellow" width="600"/>
210
210
211
211
* ` contiguous ` - animates as repeated cycles with three adjacent segments in
212
- different colors. ![ Contiguous indeterminate linear progress indicator
212
+ different colors. <img src="assets/progressindicator/linear_multicolor_contiguous.gif" alt=" Contiguous indeterminate linear progress indicator
213
213
animation: red, yellow, blue indicators move sequentially and cover
214
- track] ( assets/progressindicator/linear_multicolor_contiguous.gif ) { width="600"}
214
+ track" width="600"/>
215
215
216
216
** Note:** There is a minimum requirement of 3 indicator colors to use the
217
217
** contiguous** animation. Otherwise, an IllegalArgumentException will be thrown.
@@ -238,9 +238,9 @@ API and source code:
238
238
239
239
The following example shows a determinate circular progress indicator.
240
240
241
- ![ Determinate circular progress indicator animation: purple indicator draws a
241
+ <img src="assets/progressindicator/circular_determinate.gif" alt=" Determinate circular progress indicator animation: purple indicator draws a
242
242
circle clockwise from the
243
- top] ( assets/progressindicator/circular_determinate.gif ) { width="600"}
243
+ top" width="600"/>
244
244
245
245
In the layout:
246
246
@@ -252,9 +252,9 @@ In the layout:
252
252
253
253
The following example shows an indeterminate circular progress indicator.
254
254
255
- ![ Indeterminate circular progress indicator animation: purple indicator follows
255
+ <img src="assets/progressindicator/circular_indeterminate.gif" alt=" Indeterminate circular progress indicator animation: purple indicator follows
256
256
a circle clockwise from the
257
- top] ( assets/progressindicator/circular_indeterminate.gif ) { width="600"}
257
+ top" width="600"/>
258
258
259
259
In the layout:
260
260
0 commit comments