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
If your Manifest.xml has the default android:theme="@style/AppTheme"
Manifest.xml
android:theme="@style/AppTheme"
Go to res/values/styles.xml and change