-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
colors: Switch to public APIs for colors #578
Conversation
I added comments similar to dependencies in Gradle files to keep track of source colors. Re-used colors that were the same. |
In theory the actions runs should show have screenshots / videos to verify some parts. |
ecb5962
to
ed1ca32
Compare
@stevesoltys any ideas why this didn't have the other actions workflows? The emulator tests. |
@chirayudesai Should be fixed with #580. |
@theimpulson could you rebase? |
ed1ca32
to
e6b9bce
Compare
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
e6b9bce
to
0ec2dab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code changes look good to me
Seems fine to me on both AOSP & Gradle builds. |
Summary
This PR switches color resources to public APIs instead of system ones. This fixes colors on Gradle builds as well as Android Studio can access them as well.
Related Issues
Testing
Compile Gradle build, and check all colors look fine.