Replace icon at build time for astrid lite

pull/14/head
Sam Bosley 13 years ago
parent 43eb68e6f3
commit 79ce64ff6b

@ -82,7 +82,8 @@
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<application android:icon="@drawable/icon" android:label="@string/app_name"
<application android:icon="@drawable/icon"
android:label="@string/app_name"
android:theme="@style/Theme"
android:name="greendroid.app.GDApplication"
android:hardwareAccelerated="false"

@ -288,6 +288,10 @@
match="(android:versionName=&quot;[^&quot; ]*)[^&quot;]*"
replace="\1${custom.version.name}"
/>
<replaceregexp file="AndroidManifest.xml"
match="application android:icon=&quot;(.*)&quot;"
replace="application android:icon=&quot;@drawable/icon-simple&quot;"
/>
<replaceregexp file="${source.dir}/com/todoroo/astrid/backup.BackupConstants.java"
match="ASTRID_DIR = .*"
replace="ASTRID_DIR = &quot;/astridlite&quot;;"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Loading…
Cancel
Save