Lime-3DS-Emulator icon indicating copy to clipboard operation
Lime-3DS-Emulator copied to clipboard

Refactor android code to use LargeScreen layout instead of MobileLandscape

Open DavidRGriswold opened this issue 6 months ago • 4 comments

This is a first step toward adding the Small Screen Position feature #332 . It removes the invisible internal "Mobile Landscape" layout and replaces it with "Large Screen Layout", but uses an #ifdef and new default proportion setting to modify it on Android so it looks identical to the old MobileLandscape layout.

This is necessary to eventually expose the small screen position and large screen proportion settings on android UI.

For now, the only user-facing change will be the menu saying "Large Screen" instead of "Default" for the layout on mobile. That can be changed back if desired.

DavidRGriswold avatar Aug 17 '24 19:08 DavidRGriswold