Hello All, I'm trying to write a custom Home application, specially designed for big screens. In this custom Home, I would like to also have 3 custom status bars : - a top status bar that will replace and look like the Android classic one (date/time, wifi status, battery load ...) - a left launch bar, that will be a shortcut to some specific applications, - a right launch bar, that will be a link to the panel of all installed applications.
My problem is that I would like the 3 status bars to be always available. That means that classic application will not be able to use the whole size of the screen; except in FullScreen mode (Theme.NoTitleBar.Fullscreen will always be fullscreen). Now, I wonder if I can tell in the code of my custom Home, that launched applications can not use top, left and right areas that I defined... And how ;-) ?! If not, is there another solution, before having to modify the framework itself ? As a last resort, I would indeed probably have to modify the WindowManagerService of the framework (http://www.google.fr/codesearch/ p?hl=fr#uX1GffpyOZk/services/java/com/android/server/ WindowManagerService.java&q=&d=0). Any idea or link ... ? Thanks & Regards, G. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

