redth-org / AndHUD

Android Progress HUD and Dialog helpers for Xamarin.Android apps!
Apache License 2.0
179 stars 69 forks source link

Change Loading Color #31

Open guptaankush opened 7 years ago

guptaankush commented 7 years ago

Hello, Its great controls. But i have an issue. How to change color of "Loading" sipping circle.

Regards Ankush

tonholis commented 7 years ago

+1 I would like to know too.

stesvis commented 4 years ago

Interested

Cheesebaron commented 4 years ago

Currently there is only two ways of doing it.

  1. Either change accent color in your theme
  2. Duplicate the loading.axml file in your project and adjust the spinner color there.
stesvis commented 4 years ago

@Cheesebaron i have to accent color set to yellow but the spinning wheel still shows turquoise-ish. What could be overriding it?

Cheesebaron commented 4 years ago

@stesvis interesting, and you didn't override any ProgressBar styles in your theme either?