Tag: Bottom Navigation

Tag: Bottom Navigation

How to remove icon animation for bottom navigation view in android
Image December 8, 2018 Android Development,Development Pushpendra Kumar

You might be facing this issue if you are using more than three menu item in your bottom navigation, So let’s have look at how to solve this issue in a very simple way! The code of your main activity xml file. <!–?xml version=”1.0″ encoding=”utf-8″?–> <android.support.constraint.Constraintlayout xmlns:android=”http://schemas.android.com/apk/res/android” xmlns:app=”http://schemas.android.com/apk/res-auto” xmlns:tools=”http://schemas.android.com/tools” android:id=”@+id/main_layout” android:layout_width=”match_parent” android:layout_height=”match_parent” tools:context=”pushpendra.wepsapps.activities.MainActivity”> <Relativelayout android:layout_width=”match_parent”

Details