devgp
devgp

Reputation: 1321

Android slider / drawer similar to gtalk app

I'm trying to add a drawer / panel similar to the one in gtalk below. On click of the Image in the List Item inside gTalk a drawer opens up with these options and i want to have something similar for my app which has ListView.

What is this panel called as? Is this a SlideDrawer or something else? Any pointers will be helpful. Thanks

enter image description here

Upvotes: 0

Views: 265

Answers (1)

Kurtis Nusbaum
Kurtis Nusbaum

Reputation: 30825

They're called QuickActions. Here's a tutorial.

Upvotes: 1

Related Questions