python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
BottomNavigationView shows label over icon
I am creating an app that contains BottomNavigationView, but after updating the library com.google.android.material:material:1.5.0 my app shows labels over icons.
The layout for BottomNavigationView:...

Honza Rössler
Votes: 0
Answers: 1
How to Hide Bottom Bar Nav.. When following single Activity design?
I am trying to show thebottom bar navigation in only a few fragments (i.e hide it for most of my fragments)..
I read the official document about this, but it unclear to me, like where do I put the cod...
Edwin
Votes: 0
Answers: 5
Call fragment method from Bottom Navigation Activity
My problem it's that I created a default Bottom Navigation Activity and I want to call a fragment method from MainActivity. The problem is that I 'm not able to take a reference of the fragment.
I tri...
Vittorio Campagnolo
Votes: 0
Answers: 0
BottomNavigationView navigation items text displayed above icon
After upgrading dependency:
'com.google.android.material:material:x.x.x'
from 1.4.0 to 1.5.0, the navigation items text has somehow changed from being anchored below the icon to on top of it:
From:
...

tendai
Votes: 0
Answers: 2