avast / android-styled-dialogs

Backport of Material dialogs with easy-to-use API based on DialogFragment
Apache License 2.0
2.15k stars 450 forks source link

EditTextDialogFragment. #104

Closed ANURAGX closed 9 years ago

ANURAGX commented 9 years ago

In my project I needed a dialog with editText in it.So I created an editText based dialog. I believe it may become handy for others , so I m giving a pull Request

EditTextDialogFragment class which contains edit text widget in dialog. An interface to get the text from edit text from showing dialog. screenshot_2015-02-21-22-49-16

davidvavra commented 9 years ago

Hi, thanks for the contribution.

We discussed this earlier and found that EditText is very variable widget - somebody needs password, somebody numbers, somebody two EditTexts in the dialog... So we decided it's better to keep the library simple and not to include EditTextDialog.