Is it possible to set a background in progress dialog?? I am not using xml files. I am creating and displaying it in andengine activity.
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.
You can do this with the help of custom dialog instead of using progress dialog. Custom dialog will be a better approach to do this . Follow the link. You can also use
in the background property of the parent layout in order to make it transparent.
Hope this will solve your problem