Archive For September, 2011
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.
Using Custom Views in a Layout – Mono for Android. Lifesaver today. Had some trouble building a custom view. But overcame it by getting my namespace references correctly. Woohoo!