android: Refactor layout code to use LargeScreen layout instead of MobileLandscape

This commit is contained in:
David Griswold
2024-08-21 17:51:45 -03:00
committed by OpenSauce04
parent 10bf612cb0
commit 42a0a72c96
10 changed files with 27 additions and 49 deletions

View File

@@ -44,10 +44,6 @@ enum class LayoutOption : u32 {
#endif
HybridScreen,
CustomLayout,
// Similiar to LargeScreen, but better for mobile devices in landscape mode. The screens are
// clamped to the top of the frame, and the bottom screen is a bit bigger.
MobileLandscape,
};
/** Defines the layout option for mobile portrait */