Open fctaddia opened 4 years ago
That is because of shifting mode. If your app's Support library is over 28, you can disable this by setting app:labelVisibilityMode="labeled"
on layout . You can also use this extension function to disable shifting mode when your app is 27 or lower.
I had already implemented that code but it doesn't seem to work.
What version of the support library are you using?
I'm using api 30 and androidx core version is 1.3.2 while androidx appcompact version is 1.2.0
I would like to understand how to remove the animations of moving between fragments. The text and icons of the bottom navigation view are enlarged when clicked. Here I would like to disable this magnification. Could you solve it?