I added an action bar with a dropdown menu to my activity but it also shows the application name.
Each of my activities has an action bar and each of them use the th
use this in your activity tag of menifeast
android:theme="@android:style/Theme.NoTitleBar"