Added the free osmand icon
This commit is contained in:
parent
fc87d76126
commit
42a062ebc8
3 changed files with 2 additions and 0 deletions
|
@ -97,11 +97,13 @@
|
||||||
<isset property="net.osmand" />
|
<isset property="net.osmand" />
|
||||||
</condition>
|
</condition>
|
||||||
<then>
|
<then>
|
||||||
|
<replaceregexp file="AndroidManifest.xml" match='"@drawable/icon"' replace='"@drawable/icon_free"' byline="true" />
|
||||||
<replaceregexp file="AndroidManifest.xml" match='package="net.osmand.plus"' replace='package="net.osmand"' byline="true" />
|
<replaceregexp file="AndroidManifest.xml" match='package="net.osmand.plus"' replace='package="net.osmand"' byline="true" />
|
||||||
<replaceregexp file="AndroidManifest.xml" match='android:process="net.osmand.plus"' replace='android:process="net.osmand"' byline="true" />
|
<replaceregexp file="AndroidManifest.xml" match='android:process="net.osmand.plus"' replace='android:process="net.osmand"' byline="true" />
|
||||||
<replaceregexp file="res/values/no_translate.xml" match='"app_name">(.*)<' replace='"app_name">Osmand<' byline="true" />
|
<replaceregexp file="res/values/no_translate.xml" match='"app_name">(.*)<' replace='"app_name">Osmand<' byline="true" />
|
||||||
</then>
|
</then>
|
||||||
<else>
|
<else>
|
||||||
|
<replaceregexp file="AndroidManifest.xml" match='"@drawable/icon_free"' replace='"@drawable/icon"' byline="true" />
|
||||||
<replaceregexp file="AndroidManifest.xml" match='package="net.osmand"' replace='package="net.osmand.plus"' byline="true" />
|
<replaceregexp file="AndroidManifest.xml" match='package="net.osmand"' replace='package="net.osmand.plus"' byline="true" />
|
||||||
<replaceregexp file="AndroidManifest.xml" match='android:process="net.osmand"' replace='android:process="net.osmand.plus"' byline="true" />
|
<replaceregexp file="AndroidManifest.xml" match='android:process="net.osmand"' replace='android:process="net.osmand.plus"' byline="true" />
|
||||||
</else>
|
</else>
|
||||||
|
|
BIN
OsmAnd/res/drawable/icon_free.png
Normal file
BIN
OsmAnd/res/drawable/icon_free.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
BIN
config/logo/icon_free_48.png
Normal file
BIN
config/logo/icon_free_48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
Loading…
Reference in a new issue