alternative to @sbaar’s answer,
keep windowActionBar to false and add windowNoTitleas well and set it to true.
ie
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
alternative to @sbaar’s answer,
keep windowActionBar to false and add windowNoTitleas well and set it to true.
ie
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>