0

The question is in the title, I wonder if it's possible to change the color of the progress bar and if possible , how? I use Xamarin studio with Layout ( .axml not .xaml )

Maxime Macari
  • 33
  • 1
  • 5

1 Answers1

0

Since you are referring to .axml I guess you are talking about an Android project. You can change the color of a progress bar in exactly the same way as you would do it in a Java project. See this: how to change ProgressBar color?

Community
  • 1
  • 1
Wosi
  • 41,986
  • 17
  • 75
  • 82