We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. How to round slides same as in the image: https://imagehost.imageupload.net/2020/03/05/screenshot_1583394150.png
I downloaded the demo project and run it but it does not appear as in the image. https://github.com/firdausmaulan/GlideSlider-Example
Sorry for my english. Thanks.
The text was updated successfully, but these errors were encountered:
Hey @cryinrain69 , Use Glide Transformations to round corner slides
e.g: var requestOptions = RequestOptions() requestOptions = requestOptions.transforms(CenterCrop(), RoundedCorners(20))
or You can use Style also
Sorry, something went wrong.
No branches or pull requests
Hi.
How to round slides same as in the image:
https://imagehost.imageupload.net/2020/03/05/screenshot_1583394150.png
I downloaded the demo project and run it but it does not appear as in the image.
https://github.com/firdausmaulan/GlideSlider-Example
Sorry for my english.
Thanks.
The text was updated successfully, but these errors were encountered: