Is it possible to change the appearance of the native activity indicator?

I’m using native.setActivityIndicator to indicate when my app is busy. Unfortunately the default spinner shown (at least on Android) is pretty unattractive. Is there any way to customize its appearance?

Alternately, has anyone written a custom native activity indicator, and if so, how did you go about it?

You cannot skin the native.setActivityIndicator(). However there is a spinner widget (widget.newSpinner) that is customizable.

Rob

You cannot skin the native.setActivityIndicator(). However there is a spinner widget (widget.newSpinner) that is customizable.

Rob