michaelye / EasyDialog

A lightweight, flexible tip dialog in Android
Other
705 stars 191 forks source link

Keyboard issue in dialog with edittext. #4

Open frodberserk opened 9 years ago

frodberserk commented 9 years ago

Hi. Thanks for this great library. I am facing an issue. I am showing a listview and edittext inside the dialog. When I click on edittext, the keyboard opens and dialog gets very small. It is not showing the behaviour as of AlertDialog. Any ideas?

michaelye commented 9 years ago

@frodberserk Hi,Thanks for using EasyDialog.I am sorry, but I am not very clear about "dialog gets very small" means,do you have screen-shots or other somethings to let me know the issue clearly.

frodberserk commented 9 years ago

device-2015-10-28-194012 device-2015-10-28-194032

michaelye commented 9 years ago

@frodberserk Oh,I see, but I think EasyDialog may could NOT fulfill your requirement.Maybe add a ScrollView outside the Layout can fulfill,but it's just a guess.Hope it work.