Ben1980 Do Godot comes with Libraries full of forms, buttons and layouts?
Godot has the building blocks, but you have to do the assembly and customization.
Example:
https://docs.godotengine.org/en/3.0/getting_started/step_by_step/ui_game_user_interface.html
That's from an older version of the engine. I don't know where that is in the later documentation, which keeps getting reorganized. But that older tutorial should be mostly applicable to the latest version.
There's also a community-contributed asset library, which may have pre-built stuff:
https://godotengine.org/asset-library/asset
Here's one example I found by searching the asset library for "forms":
https://godotengine.org/asset-library/asset/1390
That's one thing I miss from Android Studio, which has really cool layout features. It may be possible to use Godot and Android Studio together. I've experimented with that briefly, but haven't made a serious effort.