How can I click the android dialog when clicked?

I have an android dialogue

I saw this tutorial to scroll the dialog box.

how can I display a dialog when a user clicks on a dialog.

I want to actually show the user two dialogs with different content and trasit with translation between them

+4
source share
1 answer

Try using code from Google or combine it in xml if it works, also see a good example here

0
source

Source: https://habr.com/ru/post/1527198/


All Articles