I am unable to change the height of the titanium progress bar. The height property affects the size of the container it is, but not the bar itself. Is there anyway I can change it as it is too small.
Cheers.
xml
<Alloy>
<Window id="win" backgroundColor="white">
<ProgressBar id="pb" top="10" width="250" height="50" min="0" max="10" value="0" color="#fff" message="Downloading 0 of 10" />
</Window>
</Alloy>
If I change the height property from say 'auto', as above, the bar itself stays the same. Only the height of the container which holds the progress bar changes