skydoves / AndroidVeil

:performing_arts: An easy and flexible way to implement loading skeletons and shimmering effects on layouts for Android.
Apache License 2.0
1.52k stars 106 forks source link

support wrap content items #26

Closed ahmedmed7t closed 2 years ago

ahmedmed7t commented 2 years ago

Guidelines

problem found when trying to use AndroidVeil with items that has WRAP_CONTENT width, found that it force MATCH_PARENT as a width so i put some changes to support that

Types of changes

What types of changes does your code introduce?

Jigar-zest commented 2 years ago

Any update on this?

skydoves commented 2 years ago

Hey @ahmedmed7t, sorry for the delayed response. Could you run the ./gradlew spotlessApply and ./gradlew apiDump before merging this PR? Thanks!