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

Commit 4b90cd2e authored by Dan Pasanen's avatar Dan Pasanen
Browse files

DocumentsUI: use 'Files' icon and text for icon

Change-Id: Ic2aceadac738d1c911372d9c088ba3603372e611
parent ef4e77df
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -44,8 +44,8 @@


        <activity
        <activity
            android:name=".LauncherActivity"
            android:name=".LauncherActivity"
            android:label="@string/downloads_label"
            android:label="@string/app_label"
            android:icon="@mipmap/ic_launcher_downloads"
            android:icon="@mipmap/ic_app_icon"
            android:theme="@android:style/Theme.NoDisplay">
            android:theme="@android:style/Theme.NoDisplay">
            <intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <action android:name="android.intent.action.MAIN" />
@@ -55,8 +55,8 @@


        <activity
        <activity
            android:name=".FilesActivity"
            android:name=".FilesActivity"
            android:label="@string/downloads_label"
            android:label="@string/app_label"
            android:icon="@mipmap/ic_launcher_downloads"
            android:icon="@mipmap/ic_app_icon"
            android:documentLaunchMode="intoExisting"
            android:documentLaunchMode="intoExisting"
            android:theme="@style/DocumentsTheme">
            android:theme="@style/DocumentsTheme">
            <intent-filter>
            <intent-filter>