lucianbc / ReceiptScan

ReceiptScan is an Android app that helps you manage your expenses by scanning receipts and allowing you to view or export your expenses. It is currently work in progress.
Apache License 2.0
2 stars 1 forks source link

Add navigation animations #16

Closed lucianbc closed 3 years ago

lucianbc commented 4 years ago

Add nicer animations when transitioning from a fragment to another.

TODO:

lucianbc commented 4 years ago

I found in the suggestions some animations which resemble the default activity animations, they are fragment_open_enter, fragment_open_exit, fragment_close_enter, fragment_close_exit, coming from fragment-1.2.4.aar. They look good enough, but I can't seem to find the source code. I would like to add some fade to them as well. That's to be done.

Later edit: Found the source code in the dependencies. It seems like it actually has fade. For camera, I should use slide transitions

lucianbc commented 3 years ago

Closing because I will move to Jetpack Compose