This is the Tumblr app.
Pressing the floating action button in the first picture
Based on Floating Action Button (applies spreading animation?)
It turns into a full screen like in the second picture.
I want to implement it, but I wonder what kind of principle it is.
This type of view will not be created by customizing FloatingActionButton
. I think most people will use a lot of tricks to trick their eyes.
I would have used the following method first. The floating action button is probably in the CoordinatorLayout
layout, but I think I would have placed those 7 icons in CoordinatorLayout
first and placed FloatingActionButton
on top of it.
And FloatingActionButton
makes it disappear and places the remaining icons. But there's a background color and an X button. Maybe we need another additional view for the color of the background.
Try a prototype with this idea or another idea, and if it doesn't work out, let's think about ways or improvements.
612 GDB gets version error when attempting to debug with the Presense SDK (IDE)
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
578 Understanding How to Configure Google API Key
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.