I know that a style can be inherited in android via the “parent” property but all the examples I’ve found are doing this with an Android built-in style. Can I use it with my own styles?
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.
it’s totally possible to use your own styles as parent. This totally makes sense if you want to provide different themes with the same base theme.