[Android] New Nala icons: copy, edit, share, microphone (#36957)

* [Android] New Nala icons: copy, edit, share, microphone

Icon ic_share_white_24dp is png in the upstream, so for now we have to use png format as well.

* PNG optimisation
This commit is contained in:
samartnik
2026-06-03 13:22:55 -04:00
committed by GitHub
parent 6615d013d8
commit 459ec2cff8
11 changed files with 15 additions and 0 deletions
+15
View File
@@ -31,6 +31,21 @@ nala_icon_overrides = [
source = "ic_brave_icon_monochrome.xml"
dest = "chrome_product_vd_24.xml"
},
{
# Override Chromium's copy icon (omnibox suggestions, share sheet, etc.).
source = "ic_copy.xml"
dest = "ic_content_copy.xml"
},
{
# Override Chromium's edit icon (omnibox suggestions, bookmarks, etc.).
source = "ic_edit_pencil.xml"
dest = "ic_edit_24dp.xml"
},
{
# Override Chromium's microphone icon (omnibox voice search, widgets, etc.).
source = "ic_microphone.xml"
dest = "ic_mic_white_24dp.xml"
},
]
# Please keep this list sorted alphabetically.
Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB