I\'m a newbie with android, I write an application which using the Dialog to display data when user select on one thing. This is how the dialog looks:
https://docs.googl
create a Xml file name style.xml
then Implement
this works for me hoping it will work for you also.
final Dialog dialog = new Dialog(this , R.style.FullHeightDialog);
and also do changes in your manifest file
android:windowSoftInputMode="adjustResize|adjustPan"