Search code examples
androidandroid-progressbar

How to create a horizontal loading progress bar?


When uninstalling an android application, or do some configuration, there will show such a horizontal progress bar, like following picture:

progress bar

It's not the same style like @android:style/Widget.ProgressBar.Horizontal.

How to use it in my own application?


Solution

  • It is Widget.ProgressBar.Horizontal on my phone, if I set android:indeterminate="true"