yasszu / bottom-navigation

Example of Android BottomNavigationView
https://developer.android.com/reference/com/google/android/material/bottomnavigation/BottomNavigationView
132 stars 17 forks source link

Remove animations #8

Open fctaddia opened 3 years ago

fctaddia commented 3 years ago

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?

yasszu commented 3 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.

fctaddia commented 3 years ago

I had already implemented that code but it doesn't seem to work.

yasszu commented 3 years ago

What version of the support library are you using?

fctaddia commented 3 years ago

I'm using api 30 and androidx core version is 1.3.2 while androidx appcompact version is 1.2.0