mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Resize handler
This commit is contained in:
parent
1247cd5013
commit
11a958b643
1 changed files with 8 additions and 0 deletions
|
|
@ -786,6 +786,14 @@ public:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void HandleResourceChange(TInt aType) {
|
||||||
|
switch (aType) {
|
||||||
|
case KEikDynamicLayoutVariantSwitch:
|
||||||
|
SetExtentToWholeScreen();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
class RE3AppUi : public CAknAppUi {
|
class RE3AppUi : public CAknAppUi {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue