I am using navigation drawer from this tutorial
http://www.androidhive.info/2013/11/android-sliding-menu-using-navigation-drawer/
and i am trying to change acti
Try this in styles.xml:
styles.xml
Remove these two lines:
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE); getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.mytitle);
It will work for you.