Android Bullet style menu in Recyclerview item

Asked

Viewed 203 times

0

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

Recently I’ve been updating the layout of my app, 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 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 Toolbar when inflating a menu (Image below). The problem is that I can not figure out what is called that button, It is probably not an icon added on an image button with transparent background because this seems to be a native widget android and I could notice that was already present in the old summers of android.

Botão em questão

I’m talking about the right button, the left button, I already know it’s called a burger

Botão que me refiro na toolbar

1 answer

1


The icon name is "more Vert".

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

inserir a descrição da imagem aqui

  • Thanks, I spent a lot of time looking for this button and the closest I found the answer was Bullet icon

Browser other questions tagged

You are not signed in. Login or sign up in order to post.