For #23260 - Remove @color/nightly_launcher_background redirection

This commit is contained in:
Gabriel Luong 2022-01-16 14:17:51 -05:00 committed by mergify[bot]
parent 7c6a014224
commit 75d894fef2
3 changed files with 1 additions and 13 deletions

View File

@ -1680,17 +1680,6 @@
column="19"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.nightly_launcher_background` appears to be unused"
errorLine1=" &lt;color name=&quot;nightly_launcher_background&quot;>#220033&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/colors.xml"
line="319"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.mozac_browser_menu_corner_radius` appears to be unused"

View File

@ -261,7 +261,6 @@
<color name="device_foreground">@color/photonInk80</color>
<!-- Launcher Icon colors -->
<color name="nightly_launcher_background">#220033</color>
<color name="debug_launcher_background">@color/photonInk20</color>
<color name="ic_launcher_background">#FDFDFD</color>

View File

@ -3,5 +3,5 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources>
<color name="ic_launcher_background">@color/nightly_launcher_background</color>
<color name="ic_launcher_background">#220033</color>
</resources>