I have the menu item that consists of 5 items which are Home, Property, Help, Users & Account. My question is, how should I do to make the Help menu looks like the picture below. Can someone help me?
Here is my xml code for menu
<?xml version="1.0" encoding="utf-8"?>
<item
android:id="@+id/nav_home"
android:icon="@drawable/bottom_menu_home_s"
android:title="Home" />
<item
android:id="@+id/nav_property"
android:icon="@drawable/bottom_menu_property_s"
android:title="Property" />
<item
android:id="@+id/nav_panic"
android:icon="@drawable/bottom_menu_panic"
android:title="Help" />
<item
android:id="@+id/nav_user"
android:icon="@drawable/bottom_menu_users_s"
android:title="Users" />
<item
android:id="@+id/nav_account"
android:icon="@drawable/bottom_menu_accounts_s"
android:title="Account" />