I am using a circular ProgressBar in my Activty.My Problem is this it is not visible properly on my page because my page’s BG color is same as ProgressBar .So how can I change the color of ProgressBar to make it properly Visible?
Please Help
I am using a circular ProgressBar in my Activty.My Problem is this it is
Share
Please make one xml file name progress.xml and put it in res/xml folder and write the below code in that xml file.
after creating this xml file set your progressbars background as this xml ..
Like