commit | b31723d126659b80ab2c6c141a725d88b52bb1d9 | [log] [tgz] |
---|---|---|
author | Ibrahim Yilmaz <iyz@google.com> | Tue Feb 18 17:38:43 2025 +0000 |
committer | Ibrahim Yilmaz <iyz@google.com> | Tue Feb 18 17:38:43 2025 +0000 |
tree | 20094bf18921d59120330f274369591ad55033c5 | |
parent | 10d770d4df6daf44cc3cee9ec2a97ad51cec3dd0 [diff] |
[Minimal HUN] hide conversation icon by default Conversation Icon background is visible for legacy minimal HUN. This changes hides it default. Flag: EXEMPT trivial bugfix Test: Presubmit and post a minimal HUN for legacy messaging with Notify2 and see app icon. Fixes: 391789291 Change-Id: I8cf333937cb8ca52f1e4cada7332a3d00079adb0
diff --git a/core/res/res/layout/notification_template_material_messaging_compact_heads_up.xml b/core/res/res/layout/notification_template_material_messaging_compact_heads_up.xml index 149a5a9..2df1725 100644 --- a/core/res/res/layout/notification_template_material_messaging_compact_heads_up.xml +++ b/core/res/res/layout/notification_template_material_messaging_compact_heads_up.xml
@@ -45,6 +45,7 @@ android:maxDrawableWidth="@dimen/notification_icon_circle_size" android:maxDrawableHeight="@dimen/notification_icon_circle_size" android:scaleType="centerCrop" + android:visibility="gone" android:importantForAccessibility="no" /> <ViewStub