Skip to content

Commit 8d5ef57

Browse files
authored
Merge pull request #1103 from android/add_icon_comment
Add comment explaining why the launcher icon colors differ per build
2 parents 1cdf6d1 + b801a7d commit 8d5ef57

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

app/src/benchmark/res/values-night/colors.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
limitations under the License.
1616
-->
1717
<resources>
18+
<!-- Allow users to distinguish between build variants by having a different background color
19+
for the launcher icon. See https://github.com/android/nowinandroid/pull/989. -->
1820
<color name="ic_launcher_background_tint">#FFFFFF</color>
1921
<color name="ic_launcher_foreground_tint">#FF006780</color>
2022
</resources>

app/src/benchmark/res/values/colors.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
limitations under the License.
1616
-->
1717
<resources>
18+
<!-- Allow users to distinguish between build variants by having a different background color
19+
for the launcher icon. See https://github.com/android/nowinandroid/pull/989. -->
1820
<color name="ic_launcher_background_tint">#000000</color>
1921
<color name="ic_launcher_foreground_tint">#FF006780</color>
2022
</resources>

app/src/debug/res/values-night/colors.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
limitations under the License.
1616
-->
1717
<resources>
18+
<!-- Allow users to distinguish between build variants by having a different background color
19+
for the launcher icon. See https://github.com/android/nowinandroid/pull/989. -->
1820
<color name="ic_launcher_background_tint">#FFFFFF</color>
1921
<color name="ic_launcher_foreground_tint">#FFA23F16</color>
2022
</resources>

app/src/debug/res/values/colors.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
limitations under the License.
1616
-->
1717
<resources>
18+
<!-- Allow users to distinguish between build variants by having a different background color
19+
for the launcher icon. See https://github.com/android/nowinandroid/pull/989. -->
1820
<color name="ic_launcher_background_tint">#000000</color>
1921
<color name="ic_launcher_foreground_tint">#FFA23F16</color>
2022
</resources>

0 commit comments

Comments
 (0)