Zhelyazko Atanasov
05/08/2021, 2:04 PMTopAppBar
in a general case where every screen of an app has one. Do we create a single TopAppBar
and mutate the title and menus via events or we'd rather have a TopAppBar
defined in each screen? What bothers me in the second option is that if you animate the transition between screens, the TopAppBar
will also be animated (I haven't looked into transition animations yet) unless we do something more custom for the app bar itself. And there are cases where the TopAppBar
shouldn't be animated and only its title and/or menus should be updated when changing screens.Adam Powell
05/08/2021, 2:07 PMnitrog42
05/08/2021, 2:20 PMColton Idle
05/08/2021, 4:00 PMColton Idle
05/08/2021, 4:01 PMhttps://user-images.githubusercontent.com/31751141/82252069-50aefa00-991c-11ea-857a-3a7a15261aff.gif▾
Colton Idle
05/08/2021, 4:02 PMZhelyazko Atanasov
05/09/2021, 3:44 AM