How to create a horizontal loading progress bar?

android, android-progressbar

Solution

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

Problem

When uninstalling an android application, or do some configuration, there will show such a horizontal progress bar, like following picture: It's not the same style like `@android:style/Widget.ProgressBar.Horizontal`. How to use it in my own application?

Original source

Related problems