0

I have a progress Bar which is shown as below: My question is v simple, how would i control the "thickness" of circular view as it seems to be too thick in my opinion. Thanks very much in Advance.

enter image description here

Antoine Murion
  • 773
  • 1
  • 14
  • 26
  • 1
    Use custom progress dialog, i mean you can use image of your own, otherwise you cannot control the thicknes of the default progress bar – hrskrs Mar 17 '15 at 08:48

1 Answers1

1

use this for bar style

style="?android:attr/progressBarStyleLarge"

Gopal Singh
  • 1,133
  • 1
  • 9
  • 25
  • Many Thanks Gopal! It works but after adjusting the size, i find out that the original actually is the best fit. But i learn more on progress bar – Antoine Murion Mar 19 '15 at 02:10