Android: Dialog Interaction
I want to create a custom spinner.I could show the dialog including the list view,when a button is cliked. But my problem is that I want interaction to both Dialog and the views behind it at the same time. ie I should be able to select one item from the list vie开发者_如何学运维w in the Dialog and also I should be able to click that button again.Is that possible.Pls help
I could do that using LayoutParams.FLAG_NOT_TOUCH_MODAL;
精彩评论