Messaging: Fix activity bar menu icons tint

Change-Id: Ife5af067eb39a3a75e67fd0d7241f4b2e13e23a6
This commit is contained in:
minarypenguin
2024-12-22 17:04:27 +01:00
committed by Michael W
parent eace932850
commit 5ce3a1b2db
13 changed files with 6 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

@@ -20,31 +20,31 @@
<item
android:id="@+id/action_archive"
android:icon="@drawable/ic_archive_small_dark"
android:icon="@drawable/ic_file_download_light"
android:orderInCategory="50"
android:title="@string/action_archive"
appcompat:showAsAction="collapseActionView|always"/>
<item
android:id="@+id/action_unarchive"
android:icon="@drawable/ic_archive_undo_small_dark"
android:icon="@drawable/ic_wear_reply"
android:orderInCategory="50"
android:title="@string/action_unarchive"
appcompat:showAsAction="collapseActionView|always"/>
<item
android:id="@+id/action_delete"
android:icon="@drawable/ic_delete_small_dark"
android:icon="@drawable/ic_delete_small_light"
android:orderInCategory="60"
android:title="@string/action_delete"
appcompat:showAsAction="collapseActionView|always"/>
<item
android:id="@+id/action_add_contact"
android:icon="@drawable/ic_person_add_dark"
android:icon="@drawable/ic_people_add_light"
android:orderInCategory="90"
android:title="@string/action_add_contact"
appcompat:showAsAction="collapseActionView|always"/>
<item
android:id="@+id/action_block"
android:icon="@drawable/ic_dnd_on_dark"
android:icon="@drawable/ic_dnd_on_light"
android:orderInCategory="100"
android:title="@string/action_block"
appcompat:showAsAction="collapseActionView|always"/>