can not remove title bar in Activity
问题 i want to remove title on top of my Activity. i tried this two way they work but not in api level 8. 1: <style name="NOtitleTheme" parent="Theme.AppCompat.Light"> <item name="android:windowFullscreen">true</item> <item name="android:windowNoTitle">true</item> </style> 2: this.requestWindowFeature(Window.FEATURE_NO_TITLE); any idea why this does not work on api 8 ? once i managed to remove it in api 8 , but i do not remember how. EDIT: Solved! the problem was this.requestWindowFeature(Window