java - Why badge doesn't appear? -
    i try make smth this:     to obtain result use code:   i have navigationview    <android.support.design.widget.navigationview     android:id="@+id/nav_view"     android:layout_width="wrap_content"     android:layout_height="match_parent"     android:layout_gravity="start"     android:fitssystemwindows="true"     app:headerlayout="@layout/nav_header_main_second"     app:menu="@menu/activity_third_drawer" />   i have menu xml  file:   <?xml version="1.0" encoding="utf-8"?>     <group android:checkablebehavior="single">      <item         android:id="@+id/nav_inbox"         android:icon="@drawable/ic_mail_outline_white"         android:title="inbox"         app:actionlayout="@layout/badge" /> </group>  <item android:title="@string/about_app">     <menu>         <item             android:id=...