I\'ve been trying to add two elements in a default AlertDialog but I can\'t seem to make it work. Here\'s my code:
// START Dialog AlertDialog.Builder alertD
When calling setView() the original TextView holding the message gets hidden. You need to
setView()
TextView
findViewById()