michelelacorte / SwipeableCard

A simple implementation of swipe card like StreetView
Apache License 2.0
844 stars 145 forks source link

What about using it in fragment ? #11

Closed axellebot closed 7 years ago

axellebot commented 7 years ago

What about using it in fragment ?

I'm using a FragmentViewPager and a BottomNavigationView. The Card of my fragment start under the BottomNavigationView.

(The Blue square)

Thanks you very much !

EDIT : I Temporaly fixed it by adding a paddingBottom to the content and set the startCArdPosition to 400

michelelacorte commented 7 years ago

It isn't born to have Bottom Navigation, because it starts from the bottom of the screen + padding.. If you like you can change the code by opening a pull request, or tell me what you edited and I can put an issue in the README