summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-07-01 19:57:21 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-07-01 19:57:21 +0000
commit720223e2b7942f0866e344b3cdeb55cd777d07f2 (patch)
tree453baaed2e42a76b8c669f2e598b24c497617378
parentd63452d4e832645f19a9c5278b3fa11e918084e6 (diff)
parentab4d1d114c33d38704ce529aee4881f0ea9365ee (diff)
Merge "[NotificationHeader] Fix NotifHeader and LargeIcon conflict" into main
-rw-r--r--core/res/res/layout/notification_template_header.xml2
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"