-
-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for custom ViewPager.PageTransformer. #334
Conversation
Please note that this PR adds a dependency to the APP (not the LIBRARY) so we could showcase how it works without having to write a real page transformer. As such, I don't think having it as a dependency is a burden. |
@@ -63,6 +63,8 @@ dependencies { | |||
implementation rootProject.ext.supportRecyclerView | |||
implementation rootProject.ext.supportEmojiBundled | |||
|
|||
implementation 'com.eftimoff:android-viewpager-transformers:1.0.1@aar' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
fad9fb3
to
90e08d6
Compare
Updated and rebased. |
Needs a rebase. |
Signed-off-by: Mario Danic <[email protected]>
Signed-off-by: Mario Danic <[email protected]>
Signed-off-by: Mario Danic <[email protected]>
Signed-off-by: Mario Danic <[email protected]>
Signed-off-by: Mario Danic <[email protected]>
Signed-off-by: Mario Danic <[email protected]>
Signed-off-by: Mario Danic <[email protected]>
90e08d6
to
bbedb14
Compare
Done. |
Please note that this PR builds on top of #333.