0

I wan't to use this controll in my app but cant find which it is.

Im looking for the "slide out options"-panel thing marked in red:

enter image description here

Richard
  • 14,427
  • 9
  • 57
  • 85

2 Answers2

2

it's called quick action, android has no by default, but it is already implemented in greed droid https://github.com/cyrilmottier/GreenDroid

Cheers

PS you can read question about this control btw Android Quick Actions UI Pattern it has a lot of information

Community
  • 1
  • 1
logcat
  • 3,435
  • 1
  • 29
  • 44
1

It's referred to as a QuickAction, and while it's not directly available as a widget in the SDK (it's actually built out of PopupWindow) you can find a tutorial with available sample code here.

HTH

devunwired
  • 62,780
  • 12
  • 127
  • 139