the suggested solution does not necessarily work if you have some own style definition in styles.xml and it won't work in newer Android versions...
In such case, the following line has to be added inside the appropriate style definition in styles.xml (and/or in according values-v#/styles.xml as well): <item name="windowNoTitle">true</item>
Very easy short and simple way thank you sir
ReplyDeletethe suggested solution does not necessarily work if you have some own style definition in styles.xml and it won't work in newer Android versions...
ReplyDeleteIn such case, the following line has to be added inside the appropriate style definition in styles.xml (and/or in according values-v#/styles.xml as well):
<item name="windowNoTitle">true</item>
sorry - fixed line:
ReplyDelete<item name="android:windowNoTitle">true</item>