Replies: 5 comments
-
You can use the following properties: carousel.showBottomShadow = true
carousel.bottomShadowAlpha = 0.6f // 0 to 1, 1 means 100%
carousel.bottomShadowHeight = 64.dpToPx(context) // px value of dp In XML: app:showBottomShadow="true"
app:bottomShadowAlpha="0.6"
app:bottomShadowHeight="64dp" If you want to remove the bottom shadow then use |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
When those properties are set to false, as the image shows, the images do not appear well in the carousel, they appear blank for a moment when I want to write in the chat |
Beta Was this translation helpful? Give feedback.
-
I think there are other issues than this. BTW you can use If that also does not solve your problem, share a minimum reproducible code, so that I can check the issue. |
Beta Was this translation helpful? Give feedback.
-
thank you very much, it worked. app:bottomShadowAlpha="0" very thankful |
Beta Was this translation helpful? Give feedback.
-
Hello, Your library is wonderful
how can I use this property "bottomShadowColor" ?
since the entire app is white and if I cannot modify that app, the black line is noticeable
please enable that property
Beta Was this translation helpful? Give feedback.
All reactions