Hi,

The application I'm working on is a service which runs in the
background.
The problem is that I need to determine the height of the notification
bar for some functionality of the service.

I found a number of solutions for this, for regular activities - a
view inside an activity can determine its own height without the
notification bar, based on for example checking its actual view size
from its onSizeChanged event, after it is already drawn. However, this
is not applicable to a service which has no physical view drawn,
nor directly related applications.

I would really appreciate any ideas on getting the size of the
notification bar!
Perhaps at a system level API?

Thanks so much!

Vitaliy

-- 
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

Reply via email to