Android: making a fullscreen application

后端 未结 13 1946
北恋
北恋 2020-11-30 00:31

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

13条回答
  •  春和景丽
    2020-11-30 00:59

    you can do make App in FullScreen Mode form just one line code. i am using this in my code.

    just set AppTheme -> Theme.AppCompat.Light.NoActionBar in your style.xml