I want to set the Progressbar Colour in My Application as Default progressbar colour is Slight White and My Application also has the White background so it cant be visible properly. So Please give me the Solution for it. Thanks.
feedback
|
|
@Chirag : I don't think that will be enough is it ? Your code will probably set a gradient at the background but the white spinner will still be here. What I did to get my custom spinner working was to set a ProgressBar with a background drawable (image or shape). The ProgressBar animation is here called in Java.
splash_spinner.xml
LauncherActivity
spinner_blue_76 (or whatever)
It might not be the proper way either but it works well. (I have now a blue spinner on my grey background) | |||||||
feedback
|
|
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
| |||||
feedback
|
|
Not the proper answer but still what i did was this : In order to get a black ProgressBar, use one of the inverse styles:
For this you have to your minimum android sdk requirement to level 4 (Android 1.6). | |||||
|
feedback
|
