0

Possible Duplicate:
How to change progress bar's progress color in Android

Hi, I want to change the color of progress bar from yellow to bleu how to do this?

Community
  • 1
  • 1
foufi
  • 75
  • 2
  • 7
  • Already asked before, please use Google. Related question: -> http://stackoverflow.com/questions/2020882/how-to-change-progress-bars-progress-color-in-android/2021119#2021119 – Wroclai Apr 24 '11 at 15:52
  • I see that but I didn't understand how to use this. I just need to chenge the color – foufi Apr 24 '11 at 16:02

1 Answers1

1

Look at this: How to change android indeterminate ProgressBar color?

You have to use and modify the default Drawables.

Community
  • 1
  • 1
Vicente Plata
  • 3,370
  • 1
  • 19
  • 26