I'm developing a weather app. In my UI, I have animation like this one below. I want when a use click on CardView, it and it's background expand as much as remaining height of the phone's screen with animation. It's background change with animation like the .gif below :
Please help me to implement that. Thanks :)
I searched too much for implement it but I didn't find anything that help me.
[UPDATE]
I need something like trasition animation between activiries. I dont know if there is someway like that inside one activity or not.