タイトルバー及びアクションバーの非表示Androidアプリでステータスバー、タイトルバー、ナビゲーションバー、アクションバーを基本的に非表示とする設定を書いていきます。 Manifest.xmlを開いてapplicationのandroid:themeを語尾に”.NoTitleBar.Fullscreen”のついたThemeを設定します Manifest.xml <?xml version="1.0" encoding="utf-8"?> <manifest package="jp.co.fullscreen" xmlns:android="http://schemas.android.com/apk/res/android"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" androi