QuickActions like the Twitter app

前端 未结 5 1421
情书的邮戳
情书的邮戳 2020-12-12 15:08

I want to add Pattern 6: QuickActions from android\'s blog to my app.

Any code snippet?

Anyone try to do it already?

Shoul

5条回答
  •  遥遥无期
    2020-12-12 15:51

    That app is going to be open sourced at some point so you may want to wait until then. But it could be done with a Dialog with a custom background drawable, and using Window.LayoutParams to position the dialog.

提交回复
热议问题