diff options
| author | 2024-07-01 19:57:21 +0000 | |
|---|---|---|
| committer | 2024-07-01 19:57:21 +0000 | |
| commit | 720223e2b7942f0866e344b3cdeb55cd777d07f2 (patch) | |
| tree | 453baaed2e42a76b8c669f2e598b24c497617378 | |
| parent | d63452d4e832645f19a9c5278b3fa11e918084e6 (diff) | |
| parent | ab4d1d114c33d38704ce529aee4881f0ea9365ee (diff) | |
Merge "[NotificationHeader] Fix NotifHeader and LargeIcon conflict" into main
| -rw-r--r-- | core/res/res/layout/notification_template_header.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/notification_template_header.xml b/core/res/res/layout/notification_template_header.xml index e44c7272bc1e..565d584875ac 100644 --- a/core/res/res/layout/notification_template_header.xml +++ b/core/res/res/layout/notification_template_header.xml @@ -62,7 +62,7 @@ android:layout_height="match_parent" android:layout_alignParentStart="true" android:layout_centerVertical="true" - android:layout_toStartOf="@id/expand_button" + android:layout_toStartOf="@id/notification_buttons_column" android:layout_alignWithParentIfMissing="true" android:clipChildren="false" android:gravity="center_vertical" |