|
6 | 6 | android:orientation="vertical"
|
7 | 7 | xmlns:app="http://schemas.android.com/apk/res-auto"
|
8 | 8 | >
|
9 |
| - |
10 |
| - <android.support.v7.widget.Toolbar |
11 |
| - android:id="@+id/toolbar" |
12 |
| - android:layout_width="match_parent" |
13 |
| - android:layout_height="?attr/actionBarSize" |
14 |
| - android:layout_alignParentTop="true" |
15 |
| - android:background="?attr/colorPrimary" |
16 |
| - app:title="AVLoadingIndicatorView" |
17 |
| - app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" |
18 |
| - /> |
19 | 9 | <ScrollView
|
20 | 10 | android:layout_width="match_parent"
|
21 | 11 | android:layout_height="match_parent"
|
|
45 | 35 | <com.wang.avi.AVLoadingIndicatorView
|
46 | 36 | android:layout_width="wrap_content"
|
47 | 37 | android:layout_height="wrap_content"
|
48 |
| - app:indicator="BallPulse" |
| 38 | + app:indicatorName="BallPulseIndicator" |
49 | 39 | />
|
50 | 40 |
|
51 | 41 | </LinearLayout>
|
|
59 | 49 | <com.wang.avi.AVLoadingIndicatorView
|
60 | 50 | android:layout_width="wrap_content"
|
61 | 51 | android:layout_height="wrap_content"
|
62 |
| - app:indicator="BallGridPulse" |
| 52 | + app:indicatorName="BallGridPulseIndicator" |
63 | 53 | />
|
64 | 54 | </LinearLayout>
|
65 | 55 |
|
|
73 | 63 | <com.wang.avi.AVLoadingIndicatorView
|
74 | 64 | android:layout_width="wrap_content"
|
75 | 65 | android:layout_height="wrap_content"
|
76 |
| - app:indicator="BallClipRotate" |
| 66 | + app:indicatorName="BallClipRotateIndicator" |
77 | 67 | />
|
78 | 68 |
|
79 | 69 | </LinearLayout>
|
|
87 | 77 | <com.wang.avi.AVLoadingIndicatorView
|
88 | 78 | android:layout_width="wrap_content"
|
89 | 79 | android:layout_height="wrap_content"
|
90 |
| - app:indicator="BallClipRotatePulse" |
| 80 | + app:indicatorName="BallClipRotatePulseIndicator" |
91 | 81 | />
|
92 | 82 |
|
93 | 83 | </LinearLayout>
|
|
109 | 99 | <com.wang.avi.AVLoadingIndicatorView
|
110 | 100 | android:layout_width="wrap_content"
|
111 | 101 | android:layout_height="wrap_content"
|
112 |
| - app:indicator="SquareSpin" |
| 102 | + app:indicatorName="SquareSpinIndicator" |
113 | 103 | />
|
114 | 104 |
|
115 | 105 | </LinearLayout>
|
|
123 | 113 | <com.wang.avi.AVLoadingIndicatorView
|
124 | 114 | android:layout_width="wrap_content"
|
125 | 115 | android:layout_height="wrap_content"
|
126 |
| - app:indicator="BallClipRotateMultiple" |
| 116 | + app:indicatorName="BallClipRotateMultipleIndicator" |
127 | 117 | />
|
128 | 118 |
|
129 | 119 | </LinearLayout>
|
|
138 | 128 | <com.wang.avi.AVLoadingIndicatorView
|
139 | 129 | android:layout_width="wrap_content"
|
140 | 130 | android:layout_height="wrap_content"
|
141 |
| - app:indicator="BallPulseRise" |
| 131 | + app:indicatorName="BallPulseRiseIndicator" |
142 | 132 | />
|
143 | 133 |
|
144 | 134 | </LinearLayout>
|
|
152 | 142 | <com.wang.avi.AVLoadingIndicatorView
|
153 | 143 | android:layout_width="wrap_content"
|
154 | 144 | android:layout_height="wrap_content"
|
155 |
| - app:indicator="BallRotate" |
| 145 | + app:indicatorName="BallRotateIndicator" |
156 | 146 | />
|
157 | 147 |
|
158 | 148 | </LinearLayout>
|
|
174 | 164 | <com.wang.avi.AVLoadingIndicatorView
|
175 | 165 | android:layout_width="wrap_content"
|
176 | 166 | android:layout_height="wrap_content"
|
177 |
| - app:indicator="CubeTransition" |
| 167 | + app:indicatorName="CubeTransitionIndicator" |
178 | 168 | />
|
179 | 169 |
|
180 | 170 | </LinearLayout>
|
|
188 | 178 | <com.wang.avi.AVLoadingIndicatorView
|
189 | 179 | android:layout_width="wrap_content"
|
190 | 180 | android:layout_height="wrap_content"
|
191 |
| - app:indicator="BallZigZag" |
| 181 | + app:indicatorName="BallZigZagIndicator" |
192 | 182 | />
|
193 | 183 |
|
194 | 184 | </LinearLayout>
|
|
203 | 193 | <com.wang.avi.AVLoadingIndicatorView
|
204 | 194 | android:layout_width="wrap_content"
|
205 | 195 | android:layout_height="wrap_content"
|
206 |
| - app:indicator="BallZigZagDeflect" |
| 196 | + app:indicatorName="BallZigZagDeflectIndicator" |
207 | 197 | />
|
208 | 198 |
|
209 | 199 | </LinearLayout>
|
|
217 | 207 | <com.wang.avi.AVLoadingIndicatorView
|
218 | 208 | android:layout_width="wrap_content"
|
219 | 209 | android:layout_height="wrap_content"
|
220 |
| - app:indicator="BallTrianglePath" |
| 210 | + app:indicatorName="BallTrianglePathIndicator" |
221 | 211 | />
|
222 | 212 |
|
223 | 213 | </LinearLayout>
|
|
239 | 229 | <com.wang.avi.AVLoadingIndicatorView
|
240 | 230 | android:layout_width="wrap_content"
|
241 | 231 | android:layout_height="wrap_content"
|
242 |
| - app:indicator="BallScale" |
| 232 | + app:indicatorName="BallScaleIndicator" |
243 | 233 | />
|
244 | 234 |
|
245 | 235 | </LinearLayout>
|
|
253 | 243 | <com.wang.avi.AVLoadingIndicatorView
|
254 | 244 | android:layout_width="wrap_content"
|
255 | 245 | android:layout_height="wrap_content"
|
256 |
| - app:indicator="LineScale" |
| 246 | + app:indicatorName="LineScaleIndicator" |
257 | 247 | />
|
258 | 248 | </LinearLayout>
|
259 | 249 |
|
|
267 | 257 | <com.wang.avi.AVLoadingIndicatorView
|
268 | 258 | android:layout_width="wrap_content"
|
269 | 259 | android:layout_height="wrap_content"
|
270 |
| - app:indicator="LineScaleParty" |
| 260 | + app:indicatorName="LineScalePartyIndicator" |
271 | 261 | />
|
272 | 262 |
|
273 | 263 | </LinearLayout>
|
|
281 | 271 | <com.wang.avi.AVLoadingIndicatorView
|
282 | 272 | android:layout_width="wrap_content"
|
283 | 273 | android:layout_height="wrap_content"
|
284 |
| - app:indicator="BallScaleMultiple" |
| 274 | + app:indicatorName="BallScaleMultipleIndicator" |
285 | 275 | />
|
286 | 276 |
|
287 | 277 | </LinearLayout>
|
|
303 | 293 | <com.wang.avi.AVLoadingIndicatorView
|
304 | 294 | android:layout_width="wrap_content"
|
305 | 295 | android:layout_height="wrap_content"
|
306 |
| - app:indicator="BallPulseSync" |
| 296 | + app:indicatorName="BallPulseSyncIndicator" |
307 | 297 | />
|
308 | 298 |
|
309 | 299 | </LinearLayout>
|
|
317 | 307 | <com.wang.avi.AVLoadingIndicatorView
|
318 | 308 | android:layout_width="wrap_content"
|
319 | 309 | android:layout_height="wrap_content"
|
320 |
| - app:indicator="BallBeat" |
| 310 | + app:indicatorName="BallBeatIndicator" |
321 | 311 | />
|
322 | 312 | </LinearLayout>
|
323 | 313 |
|
|
331 | 321 | <com.wang.avi.AVLoadingIndicatorView
|
332 | 322 | android:layout_width="wrap_content"
|
333 | 323 | android:layout_height="wrap_content"
|
334 |
| - app:indicator="LineScalePulseOut" |
| 324 | + app:indicatorName="LineScalePulseOutIndicator" |
335 | 325 | />
|
336 | 326 |
|
337 | 327 | </LinearLayout>
|
|
345 | 335 | <com.wang.avi.AVLoadingIndicatorView
|
346 | 336 | android:layout_width="wrap_content"
|
347 | 337 | android:layout_height="wrap_content"
|
348 |
| - app:indicator="LineScalePulseOutRapid" |
| 338 | + app:indicatorName="LineScalePulseOutRapidIndicator" |
349 | 339 | />
|
350 | 340 |
|
351 | 341 | </LinearLayout>
|
|
367 | 357 | <com.wang.avi.AVLoadingIndicatorView
|
368 | 358 | android:layout_width="wrap_content"
|
369 | 359 | android:layout_height="wrap_content"
|
370 |
| - app:indicator="BallScaleRipple" |
| 360 | + app:indicatorName="BallScaleRippleIndicator" |
371 | 361 | />
|
372 | 362 |
|
373 | 363 | </LinearLayout>
|
|
381 | 371 | <com.wang.avi.AVLoadingIndicatorView
|
382 | 372 | android:layout_width="wrap_content"
|
383 | 373 | android:layout_height="wrap_content"
|
384 |
| - app:indicator="BallScaleRippleMultiple" |
| 374 | + app:indicatorName="BallScaleRippleMultipleIndicator" |
385 | 375 | />
|
386 | 376 | </LinearLayout>
|
387 | 377 |
|
|
395 | 385 | <com.wang.avi.AVLoadingIndicatorView
|
396 | 386 | android:layout_width="wrap_content"
|
397 | 387 | android:layout_height="wrap_content"
|
398 |
| - app:indicator="BallSpinFadeLoader" |
| 388 | + app:indicatorName="BallSpinFadeLoaderIndicator" |
399 | 389 | />
|
400 | 390 |
|
401 | 391 | </LinearLayout>
|
|
409 | 399 | <com.wang.avi.AVLoadingIndicatorView
|
410 | 400 | android:layout_width="wrap_content"
|
411 | 401 | android:layout_height="wrap_content"
|
412 |
| - app:indicator="LineSpinFadeLoader" |
| 402 | + app:indicatorName="LineSpinFadeLoaderIndicator" |
413 | 403 | />
|
414 | 404 |
|
415 | 405 | </LinearLayout>
|
|
431 | 421 | <com.wang.avi.AVLoadingIndicatorView
|
432 | 422 | android:layout_width="wrap_content"
|
433 | 423 | android:layout_height="wrap_content"
|
434 |
| - app:indicator="TriangleSkewSpin" |
| 424 | + app:indicatorName="TriangleSkewSpinIndicator" |
435 | 425 | />
|
436 | 426 |
|
437 | 427 | </LinearLayout>
|
|
445 | 435 | <com.wang.avi.AVLoadingIndicatorView
|
446 | 436 | android:layout_width="wrap_content"
|
447 | 437 | android:layout_height="wrap_content"
|
448 |
| - app:indicator="Pacman" |
| 438 | + app:indicatorName="PacmanIndicator" |
449 | 439 | />
|
450 | 440 | </LinearLayout>
|
451 | 441 |
|
|
459 | 449 | <com.wang.avi.AVLoadingIndicatorView
|
460 | 450 | android:layout_width="wrap_content"
|
461 | 451 | android:layout_height="wrap_content"
|
462 |
| - app:indicator="BallGridBeat" |
| 452 | + app:indicatorName="BallGridBeatIndicator" |
463 | 453 | />
|
464 | 454 |
|
465 | 455 | </LinearLayout>
|
|
473 | 463 | <com.wang.avi.AVLoadingIndicatorView
|
474 | 464 | android:layout_width="wrap_content"
|
475 | 465 | android:layout_height="wrap_content"
|
476 |
| - app:indicator="SemiCircleSpin" |
| 466 | + app:indicatorName="SemiCircleSpinIndicator" |
477 | 467 | />
|
478 | 468 |
|
479 | 469 | </LinearLayout>
|
|
0 commit comments