Mindinventory / ShimmerTextView

ShimmerTextView is a simple library to integrate shimmer effect in your TextView.
https://www.mindinventory.com/android-application-development.php
MIT License
36 stars 3 forks source link

stopShimmer() not working #4

Open CarlosCMD opened 2 months ago

CarlosCMD commented 2 months ago

The stopShimmer method doesn't work, maybe because of a custom typeface?

jeel-mi commented 1 month ago

Hello @CarlosCMD, Thank you for using ShimmerTextView. We've tested it and found it working correctly on our end. To help us investigate your issue, please provide:

This information will help us identify and resolve the issue. Thank you for your cooperation.

CarlosCMD commented 1 month ago

The issue might be caused by integrating some other lib(markwon) which extends a TextView and parses Markdown format text. Furthermore, adding animation from ScrollView and the shimmer itself might present this bug.