forked from lorensiuswlt/NewQuickAction3D
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I want to show quickaction in DialogBox, where I have textview, when I click on that it, QuickAction should show me on top of TextView but instead it shows me at bottom of dialogbox.
`tvPassphrase.setOnClickListener {
var quickAction = QuickAction(activity, QuickAction.VERTICAL)
quickAction.addActionItem(ActionItem(1,"Copy",null))
quickAction.setOnActionItemClickListener(onActionItemClickListener)
quickAction.show(it)
}`
Metadata
Metadata
Assignees
Labels
No labels