Skip to content

Commit b801a7d

Browse files
committed
Moving comments to _after_ first XML element
Change-Id: Id4271a67ffcfbd712a2dd1f363970fcd31ee5ac0
1 parent d018e57 commit b801a7d

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)