G
G
goodTimes2017-03-14 21:34:48
Java
goodTimes, 2017-03-14 21:34:48

What dialog should be used so that you can enter fields and click the button?

in the normal and alert dialogs, as I understand it is impossible

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Shamsudin Serderov, 2017-03-14
@goodtimes922

LINK - Great library I use all the time

S
Sergey Vashchenko, 2017-03-15
@Simipa

Alternatively, you can draw the desired view, write an activity for it with the logic you need, and specify the style in the manifest: "Theme.AppCompat.Light.Dialog", the main thing is that it ends with "Dialog". To remove the title at the top of the screen, also create your own style in the manifest, the parent, of course, is "Theme.AppCompat.Light.Dialog", and the true parameter will remove the ill-fated title.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question