Why my ProgressBar looks different in different layouts
I used style="?android:attr/progressBarStyleLarge"
to create the spinning ProgressBar
.
Not sure why in different layout XML it behaves differently(I am using the same device).
It shows as a blue spinning circle and a circle of gray dots. I want to use the开发者_JAVA技巧 blue spinning circle in all my pages..
please advise!
Sorry that I don't have the reputation to upload pictures.
I think its dependent on background color of the layout. once put all layouts background color to black or some unique color. Then it will look uniquely.
If you want to put as unique for all pages the solution is:
Maintain same background color for all views
Otherwise use custom progress bar.
精彩评论