android/sunflower

App title moves. (ui problem)

hhyeok1026 opened this issue · 4 comments

The title written "sunflower" in the app bar moves when the tab is changed.

In My garden, the title is central.
In the plant list, the title is moved to the left.

image.jpg1 image.jpg2

It may not be a bug, but
The ideal UI, in my opinion, is considered centrally fixed.

This should be addressed once we merge in the m3 branch into main.

I think the reason of the changing fixed position is due to the CollapsingToolBar Layout that was implemented in the app ...I'd advise for you to research more on the Collapsing ToolBar Layout

We can use CenterAlignedTopAppBar instead of TopAppBar

Closed by #930