ShimmerLayout
ShimmerLayout copied to clipboard
ConstraintLayout Support
Currently, Shimmer Layout extends from FrameLayout.
So, if I am using ConstraintLayout, I need to wrap every component that I want to Shimmer into ShimmerLayout which I believe is not a good implementation as it increases layout hierarchy.
I believe it'd also be helpful for other devs using the library along with ConstraintLayout.
Thanks for the awesome library.
Cheers 🍻
Hi @ymhtut, thanks for the feature idea, it sounds really useful. I will put it on my agenda!
Or move the shimmer logic into a delegate, like in library for ability to combine few features in one ViewGroup