I managed to figure it out myself :

// hide window title
RequestWindowFeature(WindowFeatures.NoTitle);

// make app fullscreen
Window.SetFlags(WindowManagerFlags.Fullscreen,
WindowManagerFlags.Fullscreen);


-
Tony Fonager

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Fullscreen-app-tp4644269p4644340.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to