Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d14cfc27 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I9e384ddd into eclair

* changes:
  Add a test pattern as rollo's icon
parents 99510681 9e384ddd
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
<?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" />
+307 B
Loading image diff...