MacBook Pro (2019), 2.6 GHz Intel Core i7, 32 GB 2400 MHz DDR4
Encoding: ProRes
FPS: 25
apply
statements at the top of the file:apply from: '../build-protobuf.gradle'
/**
Email
Make sure to send an email the day before the branch cut and one the day off in the morning (you can reply-all for the second one) to the mobileapps
outlook group with the following format (subject can just be Android Branch Cut (21.01_R1)
with the right version of course):
https://macys-code-pad.vercel.app/
Developed by George Karagkiaouris
Hey
This document will guide on where and how to create global resources to be used throughout the app.
Note that resources should only be added this way if they are meant to be used everywhere in the app, in other modules.
If the resources being added are specific to a feature, those should be added to that feature's -ui
module, or if shared between a few modules, -ui-slice
module instead.
As a general guideline, these are the global resources as handed to dev by the design team. See resource specific sections for more details.
When creating UI we try to re-use as much as we can. This allows for easier refactoring, and good standards in our codebase. Below are some ways to re-use some global resources defined and available in our project.
In order to use our predefined global colors, you can just add @colors/[color name]
. For example: @colors/primaryRed
.
If you need a color custom for your feature that is not defined there, you can define it in a local colors.xml
in your module.