android: frontend: Add MobileLandscape layout profile for mobile devices.
This commit is contained in:
parent
5a8c6990bf
commit
e8f57d7e3c
4 changed files with 130 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue