Hi.
When I add an indeterminate progressbar to my activity it displays correctly, and in color. ( First image )
However, when I add this line to my manifest ( to stop the initial activity title showing )
the progressbar only shows in an ugly thick gray circle. ( Second image )
Any ideas how to make it show correctly ?
When I add an indeterminate progressbar to my activity it displays correctly, and in color. ( First image )
However, when I add this line to my manifest ( to stop the initial activity title showing )
B4X:
SetActivityAttribute(Main, android:theme, "@android:style/Theme.NoTitleBar.Fullscreen")
Any ideas how to make it show correctly ?