Check the below image I need same things in my app.
I wanted to hide just actionbar not statusbar(titlebar). I use below code where both actionbar and statusbar hide.
<style name="AppTheme.NoActionBar" parent="Theme.AppCompat.Light.DarkActionBar"> <item name="windowActionBar">false</item> <item name="windowNoTitle">true</item> <item name="android:windowFullscreen">true</item> </style>
status barandaction bar.