Hi all,

   I am new in android, i am getting the width and height for the
screen using below code

            WindowManager w = getWindowManager();
            Display d = w.getDefaultDisplay();
            int totalwidth_screen = d.getWidth();
            int totalheight_screen = d.getHeight();


But i need to get screen height minus the title bar and status bar.
how to get it???


Thanks
C.Rajesh


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