Actual Behaviour
Using Loading Shimmer changes a view's background color (always white background).
Expected Behaviour
Using Loading Shimmer honors the target view's background color, via using it as the backdrop while blurring its contained elements.
Steps to reproduce it
Have a view with a background color.
Cover that view with a loading shimmer via LoadingShimmer.startCovering(view)
Hide the loading shimmer via LoadingShimmer.stopCovering(view)
Observe that the original background color is not honored.
Actual Behaviour Using Loading Shimmer changes a view's background color (always white background).
Expected Behaviour Using Loading Shimmer honors the target view's background color, via using it as the backdrop while blurring its contained elements.
Steps to reproduce it
Observe that the original background color is not honored.