I want to make a custom dialog with a listview.
I tried with Dialog and AlertDialog. I had these problems:
- In Dialog i can't set Adapter. Dialog is the closest to me but I must find the way to set adapter. Google gives me results about AlertDialog :/
- In AlertDialog, i can set Adapter, but I have problem with styling: Example
Any idea how to do it?