bottomnavigationview - Android Bottom navigation- adding notification badge -


i using bottom navigation bar app. want display notification badge on it. here code

<android.support.design.widget.bottomnavigationview         android:layout_width="match_parent"            android:layout_height="@dimen/abc_action_bar_default_height_material"         android:id="@+id/bottomnav"         android:background="@color/white"         android:layout_alignparentbottom="true"         app:itemicontint="@drawable/nav_item_selector"         app:itemtextcolor="@drawable/nav_item_selector"         app:menu="@menu/menu_nav_bottom"         android:layout_gravity="start"         android:elevation="2dp"         ></android.support.design.widget.bottomnavigationview> 


Comments