Where I can find complete manual about style of dialog window?
I’ve create custom dialog
dialog = new Dialog(this, style);
As result i want to change background of title and buttons region(footer).
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.
I guess that the official documentation is the best way to know about dialogs.
Moreover, just browsing the web with the keywords android, dialog, custom, design should give some good results.
I don’t really think there is the perfect manual about how to style a good dialog window.
Moreover, a dialog window is an android widget, so you can easily create a loyout using XML or directly in your code. The official documentation is still the best manual for that.