I was wondering what is the easiest way to change the height of a ProgressBar in Android?
Thanks,
Tomek
You need to replace
style=”?android:attr/progressBarStyleHorizontal”
to
style="@android:style/Widget.ProgressBar.Horizontal"
and layout_height will work
android:layout_height="50dp"