WhatTheStack
WhatTheStack copied to clipboard
Add more themes for the error screen
The current error reporting screen supports both light and dark themes, using the Material Components library. It would be great if we could provide more customization options to the user in the form of additional themes.
Tasks:
- Add additional themes to
styles.xml - Make themes configurable through application code, or manifest merger (needs exploration)
- Perform a check in
WhatTheStackActivityto decide which theme to use
Hey @haroldadmin, assign this issue to me. I would be doing this as part of hacktoberfest, so I would raise a PR on or after 1st October 2020.
Before we do that, it would be great to know how you plan to approach these changes.
Would you be able to share details such as:
- What themes do you want to add?
- How do you plan on making the themes configurable by the consumers of the library?