I have set image in Actionbar using
ActionBar.setBackgroundDrawable(getResources().getDrawable(R.drawable.header));
and also removed "android:icon="@drawable/header"
from manifest.xml
but I am getting one image overlapped over other. I am attaching snapshot.
I want to display only my image.