I have been writing an application which makes use of several different layouts.
The project is set to run in full screen mode (tried both with and without show title) and all of the layouts are also set to show in full screen mode. However, not all of them run in full screen. I have tried commenting out all code in the create activity other than the activity.loadlayout. I have also tried using a layout that usually works in full screen by saving over a layout that wasn't working!
It really has me flummoxed! Is there a program line I can write to force the activity to go full screen?
Many thanks, Mark
The project is set to run in full screen mode (tried both with and without show title) and all of the layouts are also set to show in full screen mode. However, not all of them run in full screen. I have tried commenting out all code in the create activity other than the activity.loadlayout. I have also tried using a layout that usually works in full screen by saving over a layout that wasn't working!
It really has me flummoxed! Is there a program line I can write to force the activity to go full screen?
Many thanks, Mark