Add comment explaining why the launcher icon colors differ per build variant

Change-Id: I30126402370162ccbe53e177652583e4472f2030
pull/1103/head
Don Turner 10 months ago
parent f1d045aef4
commit 28bb3f1b2f

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

@ -14,6 +14,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- Allow users to distinguish between build variants by having a different background color for
the launcher icon. See https://github.com/android/nowinandroid/pull/989. -->
<resources>
<color name="ic_launcher_background_tint">#000000</color>
<color name="ic_launcher_foreground_tint">#FF006780</color>

@ -14,6 +14,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- Allow users to distinguish between build variants by having a different background color for
the launcher icon. See https://github.com/android/nowinandroid/pull/989. -->
<resources>
<color name="ic_launcher_background_tint">#FFFFFF</color>
<color name="ic_launcher_foreground_tint">#FFA23F16</color>

@ -14,6 +14,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- Allow users to distinguish between build variants by having a different background color for
the launcher icon. See https://github.com/android/nowinandroid/pull/989. -->
<resources>
<color name="ic_launcher_background_tint">#000000</color>
<color name="ic_launcher_foreground_tint">#FFA23F16</color>

Loading…
Cancel
Save