Android Question Is there a way to hide repositioning a Layout?

Homerclese

Member
Licensed User
Longtime User
My Main activity has a layout with a Material Toolbar, a couple of Panels, a TabStrip and a BottomNavigation. When my app loads, this activity is loaded first and you can see a few items re-positioning themselves. The script to move items is small and most items are just placed using anchors. I'm running a fairly recent device.

Is there a way for me to load and reposition my layout without showing the user?
 
Top