diff options
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/rs/java/Rollo/AndroidManifest.xml | 7 | ||||
| -rw-r--r-- | libs/rs/java/Rollo/res/drawable/test_pattern.png | bin | 0 -> 307 bytes |
2 files changed, 5 insertions, 2 deletions
diff --git a/libs/rs/java/Rollo/AndroidManifest.xml b/libs/rs/java/Rollo/AndroidManifest.xml index 127a140..12cb28f 100644 --- a/libs/rs/java/Rollo/AndroidManifest.xml +++ b/libs/rs/java/Rollo/AndroidManifest.xml @@ -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" /> diff --git a/libs/rs/java/Rollo/res/drawable/test_pattern.png b/libs/rs/java/Rollo/res/drawable/test_pattern.png Binary files differnew file mode 100644 index 0000000..e7d1455 --- /dev/null +++ b/libs/rs/java/Rollo/res/drawable/test_pattern.png |
