[fenix] For https://github.com/mozilla-mobile/fenix/issues/22712 - Remove unused menuCategoryText attribute

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent 2989b4385d
commit 2400e44396

@ -116,7 +116,6 @@
<color name="toolbar_end_gradient_normal_theme">@color/foundation_normal_theme</color> <color name="toolbar_end_gradient_normal_theme">@color/foundation_normal_theme</color>
<color name="toolbar_divider_color_normal_theme">@color/photonDarkGrey10</color> <color name="toolbar_divider_color_normal_theme">@color/photonDarkGrey10</color>
<color name="fill_link_from_clipboard_normal_theme">@color/accent_on_dark_background_normal_theme</color> <color name="fill_link_from_clipboard_normal_theme">@color/accent_on_dark_background_normal_theme</color>
<color name="menu_category_normal_theme">@color/primary_text_normal_theme</color>
<color name="sync_disconnected_icon_fill_normal_theme">#FFF36E</color> <color name="sync_disconnected_icon_fill_normal_theme">#FFF36E</color>
<color name="sync_disconnected_background_normal_theme">#5B5846</color> <color name="sync_disconnected_background_normal_theme">#5B5846</color>
<color name="swipe_delete_background_normal_theme">@color/photonDarkGrey20</color> <color name="swipe_delete_background_normal_theme">@color/photonDarkGrey20</color>

@ -25,7 +25,6 @@
<attr name="scrimStart" format="reference"/> <attr name="scrimStart" format="reference"/>
<attr name="scrimEnd" format="reference"/> <attr name="scrimEnd" format="reference"/>
<attr name="toolbarDivider" format="reference"/> <attr name="toolbarDivider" format="reference"/>
<attr name="menuCategoryText" format="reference"/>
<attr name="preferenceSectionHeader" format="reference"/> <attr name="preferenceSectionHeader" format="reference"/>
<attr name="recentlyUsedShareMenu" format="reference" /> <attr name="recentlyUsedShareMenu" format="reference" />

@ -148,7 +148,6 @@
<color name="toolbar_end_gradient_private_theme">#383372</color> <color name="toolbar_end_gradient_private_theme">#383372</color>
<color name="toolbar_divider_color_private_theme">@color/photonDarkGrey10</color> <color name="toolbar_divider_color_private_theme">@color/photonDarkGrey10</color>
<color name="fill_link_from_clipboard_private_theme">@color/accent_on_dark_background_private_theme</color> <color name="fill_link_from_clipboard_private_theme">@color/accent_on_dark_background_private_theme</color>
<color name="menu_category_private_theme">@color/primary_text_private_theme</color>
<color name="sync_disconnected_icon_fill_private_theme">@color/photonYellow70</color> <color name="sync_disconnected_icon_fill_private_theme">@color/photonYellow70</color>
<color name="sync_disconnected_background_private_theme">#5B5846</color> <color name="sync_disconnected_background_private_theme">#5B5846</color>
<color name="swipe_delete_background_private_theme">@color/accent_light_theme</color> <color name="swipe_delete_background_private_theme">@color/accent_light_theme</color>
@ -197,7 +196,6 @@
<color name="toolbar_end_gradient_normal_theme">@color/foundation_light_theme</color> <color name="toolbar_end_gradient_normal_theme">@color/foundation_light_theme</color>
<color name="toolbar_divider_color_normal_theme">@color/photonLightGrey50</color> <color name="toolbar_divider_color_normal_theme">@color/photonLightGrey50</color>
<color name="fill_link_from_clipboard_normal_theme">@color/accent_light_theme</color> <color name="fill_link_from_clipboard_normal_theme">@color/accent_light_theme</color>
<color name="menu_category_normal_theme">@color/accent_light_theme</color>
<color name="sync_disconnected_icon_fill_normal_theme">@color/photonYellow70</color> <color name="sync_disconnected_icon_fill_normal_theme">@color/photonYellow70</color>
<color name="sync_disconnected_background_normal_theme">#FFFDE2</color> <color name="sync_disconnected_background_normal_theme">#FFFDE2</color>
<color name="swipe_delete_background_normal_theme">@color/photonLightGrey30</color> <color name="swipe_delete_background_normal_theme">@color/photonLightGrey30</color>

@ -65,7 +65,6 @@
<item name="toolbarEndGradient">@color/toolbar_end_gradient_normal_theme</item> <item name="toolbarEndGradient">@color/toolbar_end_gradient_normal_theme</item>
<item name="toolbarDivider">@color/toolbar_divider_color_normal_theme</item> <item name="toolbarDivider">@color/toolbar_divider_color_normal_theme</item>
<item name="fillLinkFromClipboard">@color/fill_link_from_clipboard_normal_theme</item> <item name="fillLinkFromClipboard">@color/fill_link_from_clipboard_normal_theme</item>
<item name="menuCategoryText">@color/menu_category_normal_theme</item>
<item name="syncDisconnected">@color/sync_disconnected_icon_fill_normal_theme</item> <item name="syncDisconnected">@color/sync_disconnected_icon_fill_normal_theme</item>
<item name="syncDisconnectedBackground">@color/sync_disconnected_background_normal_theme</item> <item name="syncDisconnectedBackground">@color/sync_disconnected_background_normal_theme</item>
<item name="swipeDeleteBackground">@color/swipe_delete_background_normal_theme</item> <item name="swipeDeleteBackground">@color/swipe_delete_background_normal_theme</item>
@ -254,7 +253,6 @@
<item name="toolbarEndGradient">@color/toolbar_end_gradient_private_theme</item> <item name="toolbarEndGradient">@color/toolbar_end_gradient_private_theme</item>
<item name="toolbarDivider">@color/toolbar_divider_color_private_theme</item> <item name="toolbarDivider">@color/toolbar_divider_color_private_theme</item>
<item name="fillLinkFromClipboard">@color/fill_link_from_clipboard_private_theme</item> <item name="fillLinkFromClipboard">@color/fill_link_from_clipboard_private_theme</item>
<item name="menuCategoryText">@color/menu_category_private_theme</item>
<item name="syncDisconnected">@color/sync_disconnected_icon_fill_private_theme</item> <item name="syncDisconnected">@color/sync_disconnected_icon_fill_private_theme</item>
<item name="syncDisconnectedBackground">@color/sync_disconnected_background_private_theme</item> <item name="syncDisconnectedBackground">@color/sync_disconnected_background_private_theme</item>
<item name="swipeDeleteBackground">@color/swipe_delete_background_private_theme</item> <item name="swipeDeleteBackground">@color/swipe_delete_background_private_theme</item>

Loading…
Cancel
Save