Default buttons of alert dialog are not working in Android -
I am using AlertDialog to show some data using XML data. But when I flip an XML into an alert dialog, the default buttons are not displayed. Please help
Just add new buttons to your xml file and get that button's ID and on it Click the listener This button is working for me.
Comments
Post a Comment