Hi, Full details on StackOverflow <http://stackoverflow.com/q/11444238/489607>. I'm asking here because I'm thinking nobody will answer, and for what I've found I believe this question warrants a position in this group.
Anyway, I have basically 2 problems. #1 - Jelly Bean changed the DatePickerDialog appearance. Right now, a Cancel button isn't provided by default like on previous versions. This doesn't seem like a problem because we can set a negative button and it will appear just fine. Nothing serious. #2 - OnDateSet is called no matter what the user does. If the user clicks the set button, the method is called twice. If the user clicks cancel, the cancel method is called, and then the onDateSet method is called. If the user presses the back key or touches outside the dialog, the onDateSet is called. Is there anything I can do to prevent this? Thank you, David Cesarino -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

