Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bae5ba39 authored by Gus Prevas's avatar Gus Prevas
Browse files

Updates color and size of bell icon.

Test: manual
Bug: 116622974
Change-Id: I0419759e8f99f0a0b3d8b68f18f5a445680ec1af
parent a8cb5a8b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -4468,6 +4468,14 @@ public class Notification implements Parcelable
            }
        }

        private void bindAlertedIcon(RemoteViews contentView, StandardTemplateParams p) {
            contentView.setDrawableTint(
                    R.id.alerted_icon,
                    false /* targetBackground */,
                    getNeutralColor(p),
                    PorterDuff.Mode.SRC_ATOP);
        }

        /**
         * @hide
         */
@@ -4870,6 +4878,7 @@ public class Notification implements Parcelable
                bindHeaderTextSecondary(contentView, p);
                bindHeaderChronometerAndTime(contentView, p);
                bindProfileBadge(contentView, p);
                bindAlertedIcon(contentView, p);
            }
            bindActivePermissions(contentView, p);
            bindExpandButton(contentView, p);
+0 −1
Original line number Diff line number Diff line
@@ -126,7 +126,6 @@
        android:visibility="gone"
        android:contentDescription="@string/notification_alerted_content_description"
        android:src="@drawable/ic_notifications_alerted"
        android:tint="@color/notification_secondary_text_color_light"
    />
    <ImageView
        android:id="@+id/profile_badge"
+1 −1
Original line number Diff line number Diff line
@@ -430,7 +430,7 @@
    <dimen name="notification_badge_size">12dp</dimen>

    <!-- Size of the alerted icon for notifications -->
    <dimen name="notification_alerted_size">18dp</dimen>
    <dimen name="notification_alerted_size">12dp</dimen>

    <!-- Keyguard dimensions -->
    <!-- TEMP -->