accordionfolder
accordionfolder

Reputation: 574

What is this Android Widget called?

I'm sorry for such a silly question, but I can not fathom the name of this component and no amount of googling is yielding results. It's like a dialog window in a chat that holds views. I believe it's a standard UI component (possible in a later version of android).

enter image description here

Upvotes: 2

Views: 407

Answers (3)

Venky
Venky

Reputation: 11107

Its nothing but the Quick Action Dialog ..

Check this for the Quick Action Dialog Widget....

Upvotes: 1

Jake Wharton
Jake Wharton

Reputation: 76075

That is a custom component specific to the search app.

The only API which is similar would be the QuickContact class. It provides a similar contextual popup for actions related to a contact (e.g., call, SMS, email, etc.).

You can use third-party libraries such as GreenDroid for similar functionality.

GreenDroid popup example http://lh4.ggpht.com/_OHO4y8YcQbs/TQFQZTft6OI/AAAAAAAAMpY/hAloaii6kRA/s800/gd7.png

Upvotes: 2

Nanne
Nanne

Reputation: 64399

On my HTC (with sense, android 2.2) I can get it by adding it trough

longclick -> widget -> 'google search' -> choosing 'all'

Upvotes: 0

Related Questions