python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android action bar overflow is inconsistent based on device orientation
I have an action bar item set up to only show if there is room. When clicking onto the problematic screen when the device is in a vertical orientation, the item does not appear in the action bar. Rota...
newsworthy
Votes: 0
Answers: 0
How to remove app bar in fragment without .NoActionBar in themes
I need to remove this home_fragment action bar, but I can't write NoActionBar in themes.xml because bottom navigation won't work that way. Anyone has any solution?
Also, take a look at the photo, it ...
navi1111
Votes: 0
Answers: 1
NoActionBar still displaying on physical devices
So here is my problem : I put NoActionBar on my themes and when i run my app in an emulated device no action bar are shown (so everthing is fine) BUT when I install and run the app on my smartphone (g...
rico
Votes: 0
Answers: 2
Objects.requireNonNull error in Android Studio
The line of code crashes my app :-
Objects.requireNonNull(getSupportActionBar()).hide();
I don't know why, can anyone help me...?
KING
Votes: 0
Answers: 1