Wednesday, December 28, 2011

[android-developers] How to change ProgressDialog background color

Hi,

I tried changing to background color by implementing a style like
this :

<style name="android:MyProgressStyle" parent="@android:style/
Widget.ProgressBar">
<item name="android:background">#F7F7F7</item>
</style>

The result was the background of LinearLayout and ProgressBar changed
to that color. I only want to change the background color of the
ProgressDialog.

Please help.

Thanks in advance.
Samuel

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment