1

How to make drop-down menus with icons like Telegram app:

Telegram options menu

  • 3
    Does this answer your question? [Android menu item with both icon and text together when showAsAction is never](https://stackoverflow.com/questions/33777318/android-menu-item-with-both-icon-and-text-together-when-showasaction-is-never) – Mohamed AbdelraZek Jun 21 '20 at 13:38

1 Answers1

0

Use in your menu xml file "icon":

<item
        android:id="@+id/call"
        android:icon="@drawable/ic_call"
        android:title="@string/call" />