Closed AkshayChordiya closed 9 years ago
I do a little trick to get this effect. Basically there are two ImageView
s that overlap. One shows the text and other has the tick image. Now depending on the user click, I toggle the visibility of the tick. You can find this code here:
This is not the best way to get an effect like this. I use it just for demo purpose.
@amulyakhare Thank you
Hey,
Thank for such an amazing & simple to use library. I was checking the screenshots in the Readme & 2nd screenshot got my attention. It shows a list of items & few of them are selected & there is a selected image over the image view. I want to achieve that effect.
Can you tell me how did you achieve it using your library?