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: It's not the same style like @android:style/Widget.ProgressBar.Horizontal . How to use it in my own application? 回答1: It is Widget.ProgressBar.Horizontal on my phone, if I set android:indeterminate="true" 回答2: Just add a STYLE line and your progress becomes horizontal: <ProgressBar style="?android:attr/progressBarStyleHorizontal" android:layout_width=