Merge change I9e384ddd into eclair
* changes: Add a test pattern as rollo's icon
This commit is contained in:
@@ -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" />
|
||||
|
||||
BIN
libs/rs/java/Rollo/res/drawable/test_pattern.png
Normal file
BIN
libs/rs/java/Rollo/res/drawable/test_pattern.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 307 B |
Reference in New Issue
Block a user