I have an Android app that has a main menu that leads into a number of secondary menus depending on the button initially pressed. This secondary menu then opens the final screen with whatever the user is to interact with. This behavior is shown in the bottom three screens.
However, this experience isn't great in tablets or foldables. Is there a way I could make it so that tablets and open foldables have a different layout (the one shown in the top three screens) where the third screen also opens alongside the second?
Thank you so much!