Skip to content

Commit 28bb3f1

Browse files
committed
Add comment explaining why the launcher icon colors differ per build variant
Change-Id: I30126402370162ccbe53e177652583e4472f2030
1 parent f1d045a commit 28bb3f1

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
@@ -14,6 +14,8 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17+
<!-- Allow users to distinguish between build variants by having a different background color for
18+
the launcher icon. See https://github.com/android/nowinandroid/pull/989. -->
1719
<resources>
1820
<color name="ic_launcher_background_tint">#FFFFFF</color>
1921
<color name="ic_launcher_foreground_tint">#FF006780</color>

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

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

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

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

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

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

0 commit comments

Comments
 (0)