I am trying to add a second image into my custom dialog but I am getting an error but no reason. Are you only allowed one image and textview per custom dialog?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no limit on custom dialogs if you are using your own layout. please see:
http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog
or
http://about-android.blogspot.com/2010/02/create-custom-dialog.html
for a few examples.
or post your code and logcat so we can see the error (errors don’t happen without a reason – and the error probably tells you the reason).