Questions related to bottom navigation bar.
I am using the bottom navigation view for an android app. I have increased the size of my icon, but …
android bottomnavigationviewI 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 bottomnavigationviewI use bottom navigation view for my app and want to remove the text under the icon. I looked for …
android bottomnavigationviewI am using the Bottom Navigation Bar in Android. By default when I select an item the text size of …
java android material-design bottomnavigationviewThe following is my layout xml. The problem now is that the BottomNavigationView is overlapping the FrameLayout. I wanted the …
android bottomnavigationview coordinator-layoutI tried setting elevation from xml and programmatically both. But nothing works.
android material-design bottomnavigationviewI 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-componentsI have BottomNavigationView <android.support.design.widget.BottomNavigationView android:id="@+id/navigation" android:layout_width="match_parent" android:layout_…
android bottomnavigationviewI'm trying to use a CoordinatorLayout with a BottomNavigationView, an AppBarLayout, and a ViewPager. Here is my layout: <?xml …
android android-layout bottomnavigationview coordinator-layoutI 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