Top "Bottomnavigationview" questions

Questions related to bottom navigation bar.

How to change text padding in android bottom navigation view

I am using the bottom navigation view for an android app. I have increased the size of my icon, but …

android bottomnavigationview
More than one file was found with OS independent path 'META-INF/androidx.legacy_legacy-support-core-utils.version'

I added BottomNavigationView and then things started to complicate. I don't know what's causing this error, when I build project …

java android android-studio build.gradle bottomnavigationview
Remove bottom navigation view text in android

I use bottom navigation view for my app and want to remove the text under the icon. I looked for …

android bottomnavigationview
Bottom Navigation Bar: Text size is increasing on pressing?

I am using the Bottom Navigation Bar in Android. By default when I select an item the text size of …

java android material-design bottomnavigationview
BottomNavigationView overlapping FrameLayout in CoordinatorLayout

The following is my layout xml. The problem now is that the BottomNavigationView is overlapping the FrameLayout. I wanted the …

android bottomnavigationview coordinator-layout
Badge on BottomNavigationView

I am trying to add a badge to the BottomNavigationView Item without using any library, however somehow the BottomNavigationView is …

android android-layout bottomnavigationview material-components-android material-components
BottomNavigation style

I have BottomNavigationView <android.support.design.widget.BottomNavigationView android:id="@+id/navigation" android:layout_width="match_parent" android:layout_…

android bottomnavigationview
CoordinatorLayout content child overlaps BottomNavigationView

I'm trying to use a CoordinatorLayout with a BottomNavigationView, an AppBarLayout, and a ViewPager. Here is my layout: <?xml …

android android-layout bottomnavigationview coordinator-layout
How to create the custom item of Bottomnavigationview Android?

I am using the Bottomnavigationview for tab-bar in my application, for it, i am using the following code.Please check …

java android android-custom-view bottomnavigationview