sparrow007 / CarouselRecyclerview

Carousel Recyclerview let's you create carousel layout with the power of recyclerview by creating custom layout manager.
Apache License 2.0
634 stars 78 forks source link

ReflectionViewContainer Not loading reflection image #9

Open RajneeshSingh007 opened 2 years ago

RajneeshSingh007 commented 2 years ago

Hi, I'm using this library but ReflectionViewContainer failed to load reflection image.
Please, check image

` Screenshot_2021-07-17-20-08-04-971_com example a3dgallery <com.jackandphantom.carouselrecyclerview.view.ReflectionViewContainer android:layout_width="200dp" android:orientation="vertical" app:reflect_gap="0dp" android:layout_gravity="center" android:gravity="center" app:reflect_relativeDepth="0.5" android:layout_height="340dp">

    <ImageView
        android:layout_width="200dp"
        android:id="@+id/carousalImage"
        android:layout_height="200dp"
        android:scaleType="centerCrop"
        />
</com.jackandphantom.carouselrecyclerview.view.ReflectionViewContainer>`
sparrow007 commented 2 years ago

Hi, @RajneeshSingh007 are you able to check that ReflectionImageView working, since you are only showing an image view meanwhile, I am looking into it.

C0D3-BL00D3D commented 2 years ago

I'm experiencing the same issue with ReflectionViewContainer. ReflectionImageView works no problem.