forked from organicmaps/organicmaps
[android] Make Web-Release icon color distinguishable from Google-Release
Since #7359 Web-Release can be installed alongside Google-Release. Change the icon color for Web-Release to be distinguishable. Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
c8e9cec2b6
commit
168faed742
1 changed files with 5 additions and 0 deletions
5
android/app/src/webRelease/res/values/colors.xml
Normal file
5
android/app/src/webRelease/res/values/colors.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Make Web-Release icon color distinguishable from Google-Release. //-->
|
||||
<color name="logo">#209852</color>
|
||||
</resources>
|
Loading…
Add table
Reference in a new issue