I\'ve developed a simple demo application with a splash screen a map and some regular screens.
I have an action bar at the top that contains a logo. It all looks fin
Replace AndroidManifest.xml
android:theme="@style/FullscreenTheme"
to
android:theme="@style/Theme.Design.NoActionBar"