ParallaxRecyclerView
ParallaxRecyclerView copied to clipboard
Parallax effect on every item of your RecyclerView.
Hi I am using this library with Picasso image loader as described in readme section. Sometimes image is not taking full space to the view.
``` android { compileSdkVersion 28 defaultConfig { applicationId "com.example.rezatestapp" minSdkVersion 15 targetSdkVersion 28 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' }...
Hello, I've been using your amazing recyclerview for a while but there's a rather big problem with it. I use it in different emulators and devices, sometimes the parallax scrolling...