Julien Folliot

Results 3 comments of Julien Folliot

Hi, Can you try this in your project build.gradle (replace by your target support library version) : ### Simple version ```` configurations.all { resolutionStrategy.force "com.android.support:support-v4:27.0.2" resolutionStrategy.force "com.android.support:appcompat-v7:27.0.2" } ```` ###...

First, sorry for my English ;) I agree with tlevavasseur, the hitRect method returns rect regarding the parent coordinates. It works if you add the content view in ignored views...