Open GoogleCodeExporter opened 9 years ago
Soryy !!! This is not sl4a-scheme's problem it is SL4A's problem.
Original comment by tomcatalbino
on 7 Feb 2012 at 12:01
The APK itself could, actually use a nice icon.
Original comment by fil...@gmail.com
on 7 Feb 2012 at 12:22
I see. I first meant the .scm files associated icon. But the installer should
have its own will be nice too.
To change the APK icon ...
1.Replace the path. It's in
http://code.google.com/p/sl4a-scheme/source/brows/app/AndroidManifest.xml
<application android:icon="@drawable/icon" android:label="@string/app_name">
example:If the new icon is at "res/drawble/scm_icon.png" it will be
<application android:icon="@drawable/scm_icon" android:label="@string/app_name">
"drawable/icon" is default
More info is in
http://developer.android.com/guide/topics/resources/providing-resources.html
http://developer.android.com/guide/topics/resources/drawable-resource.html
Thanks for your reply.
Original comment by tomcatalbino
on 8 Feb 2012 at 2:58
Original issue reported on code.google.com by
tomcatalbino
on 26 Jan 2012 at 4:12