ShimmerLayout icon indicating copy to clipboard operation
ShimmerLayout copied to clipboard

ConstraintLayout Support

Open yeminnhtut opened this issue 6 years ago • 2 comments

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 🍻

yeminnhtut avatar Dec 27 '18 09:12 yeminnhtut

Hi @ymhtut, thanks for the feature idea, it sounds really useful. I will put it on my agenda!

veghtomi avatar Dec 28 '18 13:12 veghtomi

Or move the shimmer logic into a delegate, like in library for ability to combine few features in one ViewGroup

kuFEAR avatar Jan 23 '19 05:01 kuFEAR