sayyam / carouselview

A simple library to add carousel view in android app.
Apache License 2.0
1.15k stars 260 forks source link

How to fit ConstraintLayout into CarouselView #122

Closed acmpo6ou closed 3 years ago

acmpo6ou commented 3 years ago

I have a carousel, not with images, but with ConstraintLayouts. ConstraintLayouts in their turn contain image and TextView.

The problem is that I can't fit them in CarouselView, they got cropped. My problem is somewhat like that one but I don't use ImageViews, instead I use ConstraintLayouts.