I was wondering what is the easiest way to change the height of a ProgressBar in Android?
Thanks,
Tomek
Can use this code :
mProgressBar.setScaleY(3f);
Or use custom style
values->styles.xml
Then in your ProgressBar add:
style="@style/tallerBarStyle"