Replace do not disturb PNGs with a vector drawable.

This commit is contained in:
Isira Seneviratne 2020-09-25 19:47:50 +05:30
parent a2858b7e8b
commit aefaf38cee
7 changed files with 7 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 633 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#FFFFFF"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FFFFFF" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM4,12c0,-4.42 3.58,-8 8,-8 1.85,0 3.55,0.63 4.9,1.69L5.69,16.9C4.63,15.55 4,13.85 4,12zM12,20c-1.85,0 -3.55,-0.63 -4.9,-1.69L18.31,7.1C19.37,8.45 20,10.15 20,12c0,4.42 -3.58,8 -8,8z"/>
</vector>

View File

@ -9,13 +9,13 @@
app:showAsAction="ifRoom"/>
<item
android:id="@+id/action_ignore_all"
android:icon="@drawable/ic_do_not_disturb_white"
android:icon="@drawable/ic_do_not_disturb"
android:title="@string/menu_ignore_all"
android:checkable="true"
app:showAsAction="never"/>
<item
android:id="@+id/action_ignore_this"
android:icon="@drawable/ic_do_not_disturb_white"
android:icon="@drawable/ic_do_not_disturb"
android:title="@string/menu_ignore_this"
android:checkable="true"
app:showAsAction="never"/>