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
Another way: add windowNoTitle and windowFullscreen attributes directly to the theme (you can find styles.xml file in res/values/ directory):
windowNoTitle
windowFullscreen
styles.xml
res/values/
in the manifest file, in application specify your theme
application