views:

43

answers:

1

hello,can I modify the the height of status bar? if yes,how? thank you. 'notification bar' i means,i am sorry.

+1  A: 

The 'status bar' is called 'notification bar' and is not part of your app, but system-wide. You cannot change the height, you can only hide it completely in your app by setting your app to fullscreen (via Theme: android:theme="@android:style/Theme.NoTitleBar.Fullscreen").

Mathias Lin