I want to set my application to full screen view. I got the idea to set it in an individual activity using FullScreen and NoTitlebar, but i want to
FullScreen
NoTitlebar
In AndroidManifest.xml, set android:theme="@android:style/Theme.NoTitleBar.Fullscreen"in application tag.
AndroidManifest.xml
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
application
Individual activities can override the default by setting their own theme attributes.