
I unable to get , Is this a activity or a customized dialog(If it is a dialog then which dialog it is? Dialog, or AlertDialog, or AlertDialog.Builder)
Plz anybody give some idea what is used here.
Thank you
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.
This looks like a custom dialog to me as you can see the background activity behind. You can create this custom
Dialogby making custom layout and callsetContentView()for the layout. Making the custom layout for dialog is similar to layout for activities.For that particular case you gave, I might create a layout with a centered
TextViewon top following by a divider, then continues with otherImageViewandTextView. It might not look the same but somehow