I have implemented a custom dialog for my application. I want to implement that when the user clicks outside the dialog, the dialog will be dismissed. What do I have to do for this?
|
You can use Something like,
Or if your Dialog in non-model then, 1 - Set the flag-
2 - Add another flag to windows properties,, 3 - Override
For more info look at How to dismiss a custom dialog based on touch points? and How to dismiss your non-modal dialog, when touched outside dialog region |
|||||||||||||||||
|
|
You can use this implementation of onTouchEvent. It prevent from reacting underneath activity to the touch event (as mentioned howettl).
Source: http://blog.twimager.com/2010/08/closing-activity-by-touching-outside.html |
|||||||
|
|
You can make a background occupying all the screen size transparent and listen to the onclick event to dismiss it. |
|||
|
|
protected by user370305 Aug 31 '12 at 7:03
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.