I'm trying to do AlertDialog with custom list (image + text). I'm using custom adapter, it works, but I don't understand why the onClick event does not work. I had already tried create ListView, set my adapter to it and than set view to my AlertDialog, but I still can not catch the event. What am I doing wrong?I'm trying to do AlertDialog with custom list (