Fix black icon for small notifications on EMUI (#5350)
* Set notification icon fillColor to Android white Closes #5340 * Remove '_black' suffix from the glasses icon drawable
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@android:color/black"
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M6,19h4L10,5L6,5v14zM14,5v14h4L18,5h-4z" />
|
||||
</vector>
|
||||
|
||||
Reference in New Issue
Block a user