commit | 0ecb6f0cc3515516016df775258369342502697f | [log] [tgz] |
---|---|---|
author | Julia Kawano <juliakawano@google.com> | Wed Aug 25 19:38:09 2021 -1000 |
committer | Julia Kawano <juliakawano@google.com> | Mon Aug 30 14:28:59 2021 -1000 |
tree | cc4658f1f1a76048fa220667a601c1b3d201a558 | |
parent | 8ff1cec257baae829582f08b7cd5fd6b0e02950c [diff] |
Fix HUNs and notification center HUNs: * Bring back big app icon after library changes * Rounded corners Notification center: * Fix title bar * Remove duplicate "clear all" buttons Bug: 197366255 Bug: 197366276 Test: manual Change-Id: I910c5310cdaa72183678916e65e8fec55155f8ea
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.