Android style menu bullet in RecyclerView item

0

First of all I already have an intermediate knowledge about android and I already have some applications in google play.

Recently I was updating the layout of my application, I have a video gallery in my app that whenever I need to delete an item or see the information I used a ContextMenu, but now I replace the ListView with a RecyclerView and wanted to show the menu in a different way, I would like to add a menu button similar to the button that appears on the toolbar when you inflate a menu (Picture below). The problem is that I can not figure out what the button is called, it's probably not an icon added on an image button with the transparent background because this seems to be a native android widget and I could see that it was already present even in the old android summers.

Irefertotherightbutton,theleftIalreadyknowitscalledhamburger

    
asked by anonymous 09.06.2018 / 22:09

1 answer

1

The icon name is "more vert" .

It can be obtained in Android Studio through Image Asset / Vector Asset.

    
09.06.2018 / 22:22