I have been working on porting SmoothProgressBar to Xamarin.Android, however I've run into some issues I was hoping someone perhaps could help with.
GitHub repo: https://github.com/Cheesebaron/SmoothProgressBarSharp
The SmoothProgressDrawable
seems to work when using it on a ProgressBar
, however it seems not to work with the SmoothProgressBar
, which simply allows for additional stuff being set through the layout file through some attributes. These seem to get loaded correctly (notice there is a bug in some versions of Xamarin.Android, where the MCW subclasses only get hit in the (IntPtr handle, JniHandleOwnership transfer) ctor bug #16377 (not public), if you wish to help I know 4.11.0 works) and they are assigned to the drawable. But nothing gets drawn on the screen when using SmoothProgressBar
.