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

Commit d43db800 authored by Michael Bestas's avatar Michael Bestas Committed by Joey Rizzoli
Browse files

DocumentsUI: make shapes great again

Use CMFM icon as default one and keep 7.1 circular one as roundicon only

Change-Id: I4a34a94ab8c147c6ebf640f746053eeacf15b9e0
parent 01071518
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@
    <application
        android:name=".DocumentsApplication"
        android:label="@string/app_label"
        android:icon="@mipmap/ic_app_icon"
        android:icon="@mipmap/ic_launcher_filemanager"
        android:roundIcon="@mipmap/ic_app_icon"
        android:supportsRtl="true">

        <activity
@@ -45,7 +46,7 @@
        <activity
            android:name=".LauncherActivity"
            android:label="@string/app_label"
            android:icon="@mipmap/ic_app_icon"
            android:icon="@mipmap/ic_launcher_filemanager"
            android:theme="@android:style/Theme.NoDisplay">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
@@ -56,7 +57,7 @@
        <activity
            android:name=".FilesActivity"
            android:label="@string/app_label"
            android:icon="@mipmap/ic_app_icon"
            android:icon="@mipmap/ic_launcher_filemanager"
            android:documentLaunchMode="intoExisting"
            android:theme="@style/DocumentsTheme">
            <intent-filter>
+1.31 KiB
Loading image diff...
+878 B
Loading image diff...
+2.22 KiB
Loading image diff...
+3.25 KiB
Loading image diff...
Loading