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

Commit 1d764e39 authored by Qi Wang's avatar Qi Wang
Browse files

Fix the spam icon size on incallui.

Screenshot:
https://screenshot.googleplex.com/WgRc7ASQV8r

Change-Id: I92aaa646aaa614bc0541e9942ffdda18b971ade9
Fix: 27611253
parent 43056588
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@
            android:visibility="gone" />

        <ImageView android:id="@+id/spamIcon"
            android:src="@drawable/blocked_contact"
            android:src="@drawable/ic_report_24dp"
            android:layout_width="24dp"
            android:layout_height="match_parent"
            android:layout_marginEnd="8dp"