commit | eacdbc742a083999bd849657b2b17174ea8b6440 | [log] [tgz] |
---|---|---|
author | priyank <priyanksingh@google.com> | Tue Sep 14 23:15:31 2021 -0700 |
committer | Priyank Singh <priyanksingh@google.com> | Wed Sep 15 16:31:15 2021 +0000 |
tree | d2be92b3390ba7bd5cae71ec96b2e5bb3ac31990 | |
parent | cc04285dc626ba23dcd72bd0ab23caeabab9f542 [diff] |
Fix the color for colorForeground These colors are used by colorForeground which is use by car-apps-common. This issue was causing the textColor to be white on white. Also, fix the color for the selected query in the dialer and call button Bug: 199167564 Test: Manual Change-Id: Ie9be8eecf1341f9bf736fd314301edd97e394861
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.