Merge change I9e384ddd into eclair

* changes:
  Add a test pattern as rollo's icon
This commit is contained in:
Android (Google) Code Review
2009-10-01 19:49:27 -04:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.rollo">
<application android:label="Rollo">
<application
android:label="Rollo"
android:icon="@drawable/test_pattern">
<activity android:name="Rollo"
android:theme="@android:style/Theme.Translucent">
android:theme="@android:style/Theme.Translucent"
android:icon="@drawable/test_pattern">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B