Android Question Indeterminate Progress Bar not in color

Geezer

Active Member
Licensed User
Longtime User
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 )
B4X:
SetActivityAttribute(Main, android:theme, "@android:style/Theme.NoTitleBar.Fullscreen")
the progressbar only shows in an ugly thick gray circle. ( Second image )

Any ideas how to make it show correctly ? pb1.png pb2.png
 
Top