Add assets and manifest updates for OUYA store

This commit is contained in:
Cameron Gutman 2014-05-24 20:28:38 -04:00
parent cbe4af7623
commit e83bc747c8
4 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,7 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="tv.ouya.intent.category.APP" />
</intent-filter>
</activity>
<activity

View File

@ -32,7 +32,9 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
public static final int activity_vertical_margin=0x7f050001;
}
public static final class drawable {
public static final int ic_launcher=0x7f020000;
public static final int app_icon=0x7f020000;
public static final int ic_launcher=0x7f020001;
public static final int ouya_icon=0x7f020002;
}
public static final class id {
public static final int autoDec=0x7f080006;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
res/drawable/app_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB