AlertView
AlertView copied to clipboard
setCanceledOnTouchOutside(false) . Please make this function
setCanceledOnTouchOutside(false). This is not there , please make it soon.
please try applying id to parent linear layout of the xml and set it's click listener to blank(basically do nothing on click, so it will prevent dialog from closing when you click outside of dialog), i think it should work and please let me know if it will work or not because i'm not using this demo right now but this can be helpful if it works..
Also if this works then you can make your custom setCanceledOnTouchOutside(true/false) which will be more helpful..