Dialog with custom view background
问题 Solved: see answer below I am sub-classing Dialog to create a dialog with a custom background. I have added a subclass View to the Dialog and it is drawing the bitmap background and layout correctly. But the buttons will not respond to any touch events. I suspect the LinearLayout has to be loaded in the Dialog class, but I think I have to load it in the view class to draw on top of the bitmap. I am totally new to Android dev, so I apologize for the question. Here is what I am doing: public