To change to a horizontal progress bar, apply one of the styles below.
2. Add the below style between the ProgressBar tags. This will give the bar a thick line, with grey background and orange progress meter.
<ProgressBar
style="@android:style/Widget.ProgressBar.Horizontal"
...
/>
3. Compile and run!
4. To have a thin progress bar, use this style below instead.
<ProgressBar
style="@android:style/Widget.ProgressBar.Horizontal"
...
/>
3. Compile and run!
4. To have a thin progress bar, use this style below instead.
style="?android:attr/progressBarStyleHorizontal"