Gabriel Adgeg

Results 3 comments of Gabriel Adgeg

I have just sent a pull request https://github.com/Diolor/Swipecards/pull/49 which implements @wtttc solution. Thanks Diolor for this great library.

Hi Sunny, I found a really UGLY way to fix this bug on Xperia. Indeed, I didn't find a generic way to fix this, just a special case for this...

Sorry, I forgot that I use my own view instead of the original ImageView. Just use the same image view than in addItems method : ``` ImageView itemView = (ImageView)...