I need that BottomNavigationView to be responsive. When I use a Nexus 4 it has the exact measurement, but with Nexus 6 it does not. Any idea?
<android.support.design.widget.BottomNavigationView
android:id="@+id/navigation"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="bottom"
app:itemIconTint="@drawable/selector"
app:itemTextColor="@color/colorPrimary"
android:background="?android:attr/windowBackground"
app:menu="@menu/navigation"/>