Ramotion / paper-onboarding-android

:octocat: PaperOnboarding is a material design slider made by @Ramotion
https://www.ramotion.com/paper-onboarding-android/
MIT License
2.56k stars 421 forks source link

click listner not happen at onboarding_text layout child ..ex textview #31

Closed abhishek8506 closed 5 years ago

abhishek8506 commented 6 years ago

help me .. i want to add click listner on frame layout child , such as for skip .

golovin47 commented 5 years ago

Hello, @abhishek8506. You can achieve it by creating your own fragment class which would extend PaperOnboardingFragment. In your custom fragment in method onCreateView() you should get the view by calling super.onCreateView(). Then you may add your view (for example TextView for skip) to view which you got from calling super.onCreateView().