|
342 | 342 | <LinearLayout |
343 | 343 | android:layout_width="match_parent" |
344 | 344 | android:layout_height="wrap_content" |
| 345 | + android:gravity="center" |
345 | 346 | android:padding="@dimen/ads_margin_small" |
346 | 347 | android:orientation="horizontal"> |
347 | 348 |
|
348 | | - <com.pranavpandey.android.dynamic.support.widget.DynamicProgressBar |
349 | | - style="?android:attr/progressBarStyle" |
| 349 | + <com.pranavpandey.android.dynamic.support.widget.DynamicCircularProgressIndicator |
| 350 | + style="?attr/ads_widgetCircularProgressIndicator" |
350 | 351 | android:layout_width="0dp" |
351 | 352 | android:layout_height="@dimen/ads_icon_normal" |
352 | 353 | android:layout_weight="1.0" |
353 | 354 | android:layout_gravity="center" |
354 | 355 | android:indeterminate="true" |
355 | 356 | app:adt_contrastWithColorType="surface" /> |
356 | 357 |
|
357 | | - <com.pranavpandey.android.dynamic.support.widget.DynamicProgressBar |
| 358 | + <com.pranavpandey.android.dynamic.support.widget.DynamicCircularProgressIndicator |
| 359 | + style="?attr/ads_widgetCircularProgressIndicator" |
358 | 360 | android:id="@+id/seek_bar_disabled" |
359 | | - style="?android:attr/progressBarStyle" |
360 | 361 | android:layout_width="0dp" |
361 | 362 | android:layout_height="@dimen/ads_icon_normal" |
362 | 363 | android:layout_weight="1.0" |
|
365 | 366 | app:adt_colorType="background" |
366 | 367 | app:adt_contrastWithColorType="surface" /> |
367 | 368 |
|
368 | | - <com.pranavpandey.android.dynamic.support.widget.DynamicProgressBar |
369 | | - style="?android:attr/progressBarStyle" |
| 369 | + <com.pranavpandey.android.dynamic.support.widget.DynamicCircularProgressIndicator |
| 370 | + style="?attr/ads_widgetCircularProgressIndicator" |
370 | 371 | android:layout_width="0dp" |
371 | 372 | android:layout_height="@dimen/ads_icon_normal" |
372 | 373 | android:layout_weight="1.0" |
|
377 | 378 |
|
378 | 379 | </LinearLayout> |
379 | 380 |
|
380 | | - <com.pranavpandey.android.dynamic.support.widget.DynamicProgressBar |
381 | | - style="?android:attr/progressBarStyleHorizontal" |
| 381 | + <com.pranavpandey.android.dynamic.support.widget.DynamicLinearProgressIndicator |
| 382 | + style="?attr/ads_widgetLinearProgressIndicator" |
382 | 383 | android:layout_width="match_parent" |
383 | 384 | android:layout_height="wrap_content" |
384 | 385 | android:indeterminate="true" |
385 | 386 | app:adt_contrastWithColorType="surface" /> |
386 | 387 |
|
387 | | - <com.pranavpandey.android.dynamic.support.widget.DynamicProgressBar |
388 | | - style="?android:attr/progressBarStyleHorizontal" |
| 388 | + <com.pranavpandey.android.dynamic.support.widget.DynamicLinearProgressIndicator |
| 389 | + style="?attr/ads_widgetLinearProgressIndicator" |
389 | 390 | android:layout_width="match_parent" |
390 | 391 | android:layout_height="wrap_content" |
| 392 | + android:layout_marginTop="@dimen/ads_margin_small" |
391 | 393 | android:progress="50" |
392 | 394 | app:adt_colorType="background" |
393 | 395 | app:adt_contrastWithColorType="surface" /> |
394 | 396 |
|
395 | | - <com.pranavpandey.android.dynamic.support.widget.DynamicProgressBar |
396 | | - style="?android:attr/progressBarStyleHorizontal" |
| 397 | + <com.pranavpandey.android.dynamic.support.widget.DynamicLinearProgressIndicator |
| 398 | + style="?attr/ads_widgetLinearProgressIndicator" |
397 | 399 | android:layout_width="match_parent" |
398 | 400 | android:layout_height="wrap_content" |
| 401 | + android:layout_marginTop="@dimen/ads_margin_small" |
399 | 402 | android:indeterminate="true" |
400 | 403 | app:adt_colorType="primary" |
401 | 404 | app:adt_contrastWithColorType="surface" /> |
|
0 commit comments