On Mon, Feb 28, 2011 at 6:33 PM, William Ferguson <william.ferguson.au@ gmail.com> wrote:
> Thanks TreKing. Following that advice was what allowed me to set the > background color. > But it doesn't (or I couldn't find anyway) to have it also set the > font color. > Just so we'e clear, you tried using * style="@android:style/Widget.ProgressBar"*, as was shown in that stackoverflow post? You posted samples show AlertDialog and plaing Dialog. No sure if it matters, but worth a shot if you didn't try it already. When you create a ProgressDialog in which you want custom colors, what do > you do? > Create a custom Dialog, ie custom layout? > This is not something I've had to do, but a custom layout and setting it with setView() on the dialog seems like the simplest alternative. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

