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
1.Go to your manifest.xml file.
manifest.xml
2.Find the activity tag for which you want to hide your ActionBar and then add ,
Find
activity tag
add
android:theme="@style/Theme.AppCompat.NoActionBar"