I've applied this style as below
<style name="MyTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowNoTitle">true</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowActionBar">false</item>
<item name="windowActionBar">false</item>
<item name="android:windowTitleSize">0dp</item>
...
when i run the application at the first time the title bar is not showing but when i want to write in editbox (when editbox focus) part of the title bar appears
note I've tried to use full screen style and it was working perfectly BUT i want the action bar to be there
Check Images below