I am changing the source for to do the following: make status bar bigger and located on top add custom button bar on left side have apps not be able to cover button or status bar
I have this working but run against a problem that I can not for the life of me figure out. Everything shows up where it should except the overlay when a system dialog is show (ie app shutdown unexpectedly). I have output all of the info in the PhoneWindowManager and it is getting the proper values. I even tried by catching the attrs.type == TYPE_SYSTEM_ALERT in layoutWindowLw to make sure and it has the right values. The overlay is always in the upper right corner but it is the right size (if it was in the lower left I would be all set). Could the overlay be something different than what I am getting in the layoutWindowLw? If so, where do I change that? Any help would be greatly appreciated! -Keith -- 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

