Align the top of the largeIcon with the top of the expander when expanded.

This looks a tad better, and adds some slight motion when expanding which was desired by the motion team.
We're still investigating moving this down below the expander.

Bug: 181048615
Test: expand/collapse a notification with an icon
Change-Id: Ic47b41e7295a490820eafa1a3faa592861d3bc30
This commit is contained in:
Jeff DeCew
2021-03-10 11:50:09 -05:00
parent d6209d4e18
commit 7bb178120c

View File

@@ -746,7 +746,7 @@
<dimen name="notification_right_icon_headerless_margin">20dp</dimen>
<!-- The top margin of the right icon in the "big" notification states -->
<!-- TODO(b/181048615): Move the large icon below the expander in big states -->
<dimen name="notification_right_icon_big_margin_top">20dp</dimen>
<dimen name="notification_right_icon_big_margin_top">16dp</dimen>
<!-- The size of the left icon -->
<dimen name="notification_left_icon_size">@dimen/notification_icon_circle_size</dimen>
<!-- The left padding of the left icon -->