I've read this question and watch the video clip from Bitspin, however I'm still unable to figure out the techtique they used on ActionBar
.
You can observe the ActionBar
layout transition inside Timely, when navigating from the settings Fragment
to the about Fragment
(and navigating back), the up caret and the title is animated by zooming and fading. So how is this made possible?
Or can you let me know if there is some techtique on crossfading ActionBar
layout changes? My main purpose is to smooth the transition when user opens the navigational drawer and the title changes, aciton buttons disappears.
Thanks in advance.
EDIT:
I turned on the dev options for showing layout borders and found that Timely is using custom layouts to achieve this. However this is not possible for other applications heavily relying on other ActionBar
features such as ActionMenu
.
So are there any alternative ways to achieve layout transitions on ActionBar
and its ActionMenu
s?