I have an application with three tabs. I am using android:theme="@android:style/Theme.NoTitleBar.Fullscreen" to hide the status bar. It works when I put it inside my TabActivty in the manifest. This will hide the status bar in all of the three activities (inside the TabActivity). I want to hide the status bar for two of the three activities, not all of them. When I try to use the android:theme="@android:style/Theme.NoTitleBar.Fullscreen" for each Activity in the manifest, it won’t hide the status bar.
How can I hide the status bar for just some of the activites inside the TabActivity?
I have an application with three tabs. I am using android:theme=@android:style/Theme.NoTitleBar.Fullscreen to hide the
Share
Try with this code in each activity want to hide status bar.