Android: making a fullscreen application
问题 What is the simplest change that I can make to a new Blank Activity, as created by the latest version of Android Studio, to get the app to appear fullscreen? I want to create a fullscreen Android application. I'm working with Android Studio. This post suggests that I add a line such as ... android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen" ... to the AndroidManifest.xml file, as shown below: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas