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

Commit f60c1f73 authored by Steven Kester Yuwono's avatar Steven Kester Yuwono
Browse files

Fix and update phishing alert icon

Flag: EXEMPT bugfix
Test: manual
Bug: 430610198
Change-Id: Id0cbd4f14607e1b94a410c7c40177a18b33246e6
parent c2ca3155
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6043,7 +6043,7 @@ public class Notification implements Parcelable
            contentView.setDrawableTint(
                    R.id.phishing_alert,
                    false /* targetBackground */,
                    getColors(p).getErrorColor(),
                    getPrimaryTextColor(p),
                    PorterDuff.Mode.SRC_ATOP);
        }
+24 −0
Original line number Diff line number Diff line
<!--
  ~ Copyright (C) 2025 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="960"
    android:viewportHeight="960">
    <path
        android:fillColor="@color/white"
        android:pathData="M430,489L530,489L530,254L430,254L430,489ZM430,678L530,678L530,572L430,572L430,678ZM480,880Q473,880 466.5,878.5Q460,877 454,874Q306,798 233,685.5Q160,573 160,412L160,248Q160,222 174.5,201Q189,180 213,172L453,86Q460,84 466.5,82Q473,80 480,80Q489,80 507,86L747,172Q771,180 785.5,200.5Q800,221 800,247L800,412Q800,573 725.5,686Q651,799 505,874Q499,877 493,878.5Q487,880 480,880Z"/>
</vector>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@
        android:layout_marginStart="@dimen/notification_2025_badge_margin"
        android:baseline="@dimen/notification_2025_badge_baseline"
        android:scaleType="fitCenter"
        android:src="@drawable/ic_dialog_alert_material"
        android:src="@drawable/ic_android_security_privacy_alert_fill_material"
        android:visibility="gone"
        android:contentDescription="@string/notification_phishing_alert_content_description"
        />
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@
        android:layout_marginStart="@dimen/notification_conversation_header_separating_margin"
        android:baseline="10dp"
        android:scaleType="fitCenter"
        android:src="@drawable/ic_dialog_alert_material"
        android:src="@drawable/ic_android_security_privacy_alert_fill_material"
        android:visibility="gone"
        android:contentDescription="@string/notification_phishing_alert_content_description"
        />
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@
        android:layout_marginStart="4dp"
        android:baseline="10dp"
        android:scaleType="fitCenter"
        android:src="@drawable/ic_dialog_alert_material"
        android:src="@drawable/ic_android_security_privacy_alert_fill_material"
        android:visibility="gone"
        android:contentDescription="@string/notification_phishing_alert_content_description"
        />