hello i have to remove actionBar into an activity, this is my style:
<style name="AppTemaGiornoFullScreen" parent="@style/Theme.AppCompat.Light.DarkActionBar">
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
</style>
this work very well into android 4x, but into an 2x emulator actionBar is always visible.. why?