Try to use Window.FEATURE_CUSTOM_TITLE but got Exception:You cannot combine custom titles with other title feature..

I had the same issue and I fix it deleting

<item name="android:windowNoTitle">true</item>

from my theme.xml

Leave a Comment