Set progress bar drawable – Android Developers | Google Groups
September 26th, 2011
Leroy Leese
Set progress bar drawable – Android Developers | Google Groups.
Today’s lifesaver. When writing an app in Mono Android, you will need to set your ProgressDrawable = Resources.GetDrawable(Resource.Drawable.drawablename) to get your ProgressDrawable setting to be the drawable xml you have defined. This is how we can setup custom colors for a progress bar.