To enable full screen and hide home bar in Android, simply add this line to your activity in the AndroidManifest.xml file:
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
See http://developer.android.com/guide/topics/ui/themes.html#ApplyATheme for more info.
Comments
0 comments
Article is closed for comments.