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

Commit 08795cb8 authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Fix broken import

Test: builds
Bug: 64367402

Change-Id: I2cd69c0f67cb41eb9999af79313e9c8835d8fa07
parent 503f5a51
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@
    <shape android:shape="oval">
      <solid android:color="@color/incall_call_spam_background_color"/>
      <size
        android:height="@dimen/notification_large_icon_height"
        android:width="@dimen/notification_large_icon_width"/>
        android:height="@android:dimen/notification_large_icon_height"
        android:width="@android:dimen/notification_large_icon_width"/>
    </shape>
  </item>

+3 −3
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@
    <shape android:shape="oval">
      <solid android:color="@color/unknown_number_color"/>
      <size
        android:height="@dimen/notification_large_icon_height"
        android:width="@dimen/notification_large_icon_width"/>
        android:height="@android:dimen/notification_large_icon_height"
        android:width="@android:dimen/notification_large_icon_width"/>
    </shape>
  </item>