What is this Android Widget called?

后端 未结 3 1561
你的背包
你的背包 2021-01-22 01:39

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 ho

3条回答
  •  执笔经年
    2021-01-22 02:26

    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

提交回复
热议问题