If something is going to be changing frequently (for example a spinning symbol), it’s generally better to separate it from the rest of the UI by giving it a panel of its own. If 10 widgets are all spinning around, you can improve performance and save draw calls by grouping them under the same panel. Static non-moving stuff can remain on another panel. When working on a mobile device it’s generally better to minimize the amount of dynamic elements.