[cr142][Android] Removed icon ic_reader_mode_24dp

Chromium changes:

https://source.chromium.org/chromium/chromium/src/+/bb01b58f51a6c6e7429db527284647f16c087f80
	[reader mode] Rollback RM-specific status icon

	The specialized status icon looks duplicated when the RM CPA is
	nearby. Removing the status icon and rolling back to the normal
	security icon.

	Bug: 443060745
	Change-Id: I5449cc61928ee91521c74466b29a971fda08a861
	Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6917855

https://source.chromium.org/chromium/chromium/src/+/45196a3199b6bb9ad73fc2e201c57af3828d0e3f

	[reader mode] Align icon between CPA and 3-dot menu

	Bug: 437186569
	Change-Id: I7c6e96602d1568145057ed5f1c32dc2f44e59cb0
	Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6828688
This commit is contained in:
AlexeyBarabash
2025-10-15 20:30:58 -04:00
committed by Emerick Rogul
parent 8104ebdf2b
commit 55d288dd35
@@ -135,7 +135,7 @@ public class CustomizeBraveMenu {
MENU_ICON_MAP.put(R.id.find_in_page_id, R.drawable.ic_find_in_page);
MENU_ICON_MAP.put(R.id.translate_id, R.drawable.ic_translate);
MENU_ICON_MAP.put(R.id.readaloud_menu_id, R.drawable.ic_play_circle);
MENU_ICON_MAP.put(R.id.reader_mode_menu_id, R.drawable.ic_reader_mode_24dp);
MENU_ICON_MAP.put(R.id.reader_mode_menu_id, R.drawable.ic_mobile_friendly_24dp);
MENU_ICON_MAP.put(R.id.open_with_id, R.drawable.ic_open_in_new);
MENU_ICON_MAP.put(R.id.open_webapk_id, R.drawable.ic_open_webapk);
MENU_ICON_MAP.put(R.id.universal_install, R.drawable.ic_add_to_home_screen);