I created an AlertDialog which is longer than the actual screen size. Within my AlertDialog I have a ListView which I can scroll down to see all items.
My problem is with my Button: it is half displayed in the bottom of the screen.
Here is what it looks like :

It seems that the button is not considered to be within the View.
What should I do to keep the everything inbound?
Thank you. Leo
EDIT
As you said I might do something weird, I took a closer look at my code before posting you it.
I found that I didn’t remove the builder.setMessage() that I used at the beginning. So after removing that line, it worked fine. Now the entire ListView is displayed!
As you said I might do something weird, I took a closer look at my code before posting you it.
I found that I didn’t remove the builder.setMessage() that I used at the beginning. So after removing that line, it worked fine. Now the entire ListView is displayed!