I want to make a material design circular progress bar like the one in Inbox by Gmail android app. How do I achieve this (in pre-lollipop devices)?
Am trying to achie
With the Material Components library you can use the CircularProgressIndicator:
CircularProgressIndicator
Something like:
where array/progress_colors is an array with the colors:
array/progress_colors
@color/yellow_500 @color/blue_700 @color/red_500
Note: it requires at least the version 1.3.0-alpha04
1.3.0-alpha04