This repository was archived by the owner on Feb 8, 2022. It is now read-only.

Description
Its work fine with Text view, Edit text and Image view but when i apply it to Spinner view it does not work. is there any solution for this
i am using lib version:
compile 'com.github.florent37:fiftyshadesof:1.0.0'
code:
FiftyShadesOf.with(this) .on(R.id.imageView, R.id.text_view, R.id.spinner) .start();