In my app I have an ActionBar and have set android:uiOptions="splitActionBarWhenNarrow"
in the manifest so on phones the it appears at the bottom.
I also set the following in code:
actionBar.setDisplayShowTitleEnabled(false);
actionBar.setDisplayShowHomeEnabled(false);
When I run the application in the emulator, I see the actionbar at the bottom but a black empty space where the icon and title should be if I don't disable them.
Can this be removed?
Its like this:
I started with left image before adding the code above and rather than seeing the centre image I see it as the right-hand image. I am not using the tabs in the images.... does this matter? Just using image for explanation!
Did you try to put:
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
inside your AndroidManifest.xml?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With