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

Commit 9e384ddd authored by Joe Onorato's avatar Joe Onorato
Browse files

Add a test pattern as rollo's icon

parent 9b150b74
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...