You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🍻
The text was updated successfully, but these errors were encountered:
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 🍻
The text was updated successfully, but these errors were encountered: