sockeqwe / mosby

A Model-View-Presenter / Model-View-Intent library for modern Android apps
http://hannesdorfmann.com/mosby/
Apache License 2.0
5.49k stars 841 forks source link

Sample Mail - Question #254

Closed HowardSchmaeu closed 7 years ago

HowardSchmaeu commented 7 years ago

you have in your sample mail app a animation/transition on the mails list. If you click in the Menu of Inbox the Mails are shown with an animation from bottom to to. i've try to find the source where you set this but i didn't. Can you tell me where it is?? :-)

THX in advance

sockeqwe commented 7 years ago

Its in MvpLceFragment of the library itself. Take a look at the showContent() implementation. It calls a class called LceAnimator.

HowardSchmaeu notifications@github.com schrieb am Do., 15. Juni 2017, 13:58:

you have in your sample mail app a animation/transition on the mails list. If you click in the Menu of Inbox the Mails are shown with an animation from bottom to to. i've try to find the source where you set this but i didn't. Can you tell me where it is?? :-)

THX in advance

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sockeqwe/mosby/issues/254, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjnroUFsLKgL0WpJjODxSXLU3lqJxugks5sERyAgaJpZM4N7HET .

HowardSchmaeu commented 7 years ago

ahh okay i got it... thx!!!