Fix launcher icon (once more).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27733 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
11b95cd423
commit
6063e9138b
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
package="org.rockbox"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true">
|
||||
<application android:icon="@drawable/launcher" android:label="@string/app_name" android:debuggable="true">
|
||||
<activity android:name=".RockboxActivity"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="portrait"
|
||||
|
|
|
@ -12,7 +12,7 @@ public final class R {
|
|||
}
|
||||
public static final class drawable {
|
||||
public static final int icon=0x7f020000;
|
||||
public static final int rb=0x7f020001;
|
||||
public static final int launcher=0x7f020001;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int main=0x7f030000;
|
||||
|
|
Loading…
Reference in a new issue