How to implement a material design circular progress bar in android

前端 未结 8 853
小鲜肉
小鲜肉 2020-12-07 15:35

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

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-07 16:11

    In addition to cozeJ4's answer, here's updated version of that gist

    Original one lacked imports and contained some errors. This one is ready to use.

提交回复
热议问题