android: frontend: Add MobileLandscape layout profile for mobile devices.

This commit is contained in:
bunnei 2019-07-20 22:59:38 -04:00 committed by SachinVin
parent 5a8c6990bf
commit e8f57d7e3c
4 changed files with 130 additions and 0 deletions

View file

@ -24,6 +24,14 @@ enum class LayoutOption {
SingleScreen,
LargeScreen,
SideScreen,
// Similiar to default, but better for mobile devices in portrait mode. Top screen in clamped to
// the top of the frame, and the bottom screen is enlarged to match the top screen.
MobilePortrait,
// 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,
};
enum class MicInputType {