Ramotion / paper-onboarding-android

:octocat: PaperOnboarding is a material design slider made by @Ramotion

Home Page:https://www.ramotion.com/paper-onboarding-android/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

abhishek8506 opened this issue · comments

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

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().