You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our color system is a mess: we have many different references for the same color (duplicated), colors that are only used for one component, numerous colors for a same screen... The aim is unifying all of these colors in a single color palette. For this, we want to migrate to Material Design, on its latest version, Material 3 (https://m3.material.io/). This design system provides a color system that allows a better management of the different colors in the app.
Several things to take into account here:
Take into account brandable colors throughout all the process, this will affect the way we brand customer apps
Try to reduce the number of colors in the vanilla app to the minimum
We're very thankful that you want to collaborate here, but this is a way complex issue. So is that, that this may even need a proof of concept before going for the real solution. We need to take into account several factors that imply having a good knowledge of the application itself, so we'll take care of it 😄.
In any case, you can always take other issues with the Contributions are welcome tag or ask if you can take some others that you find interesting 👍.
Hi @JuancaG05 , I'm excited to contribute to open-source projects on GitHub! As a beginner in Android development, I'm eager to learn and grow. I'm looking forward to collaborating with the community, exploring new concepts, and gaining valuable experience. Please let me know how I can get started and what issues I can help with.
First of all, read our contribution guidelines in CONTRIBUTING.md so that you can do it properly. Then, just take a look at the open issues and see if there is anything interesting for you. I recommend looking for something among the issues with Contributions are welcome label. In any case, before going ahead with the issue, ask there if you can take it, since sometimes they are already assigned or planned for short-term. Last but most important, enjoy contributing! 😃
Currently, our color system is a mess: we have many different references for the same color (duplicated), colors that are only used for one component, numerous colors for a same screen... The aim is unifying all of these colors in a single color palette. For this, we want to migrate to Material Design, on its latest version, Material 3 (https://m3.material.io/). This design system provides a color system that allows a better management of the different colors in the app.
Several things to take into account here:
In this spike we'll research how to do this, if it is actually feasible and if needed, a PoC.
The text was updated successfully, but these errors were encountered: