I want to have a custom dialog (created using layout) in Preferences. What should I do to declare this custom dialog in my preferences?
I want to have a custom dialog (created using layout) in Preferences . What
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.
Implement a DialogPreference for your custom layout and add that preference to your preference screen
Here is a good explanation of how to do this:
Concise way of writing new DialogPreference classes?