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

Commit b81b8b88 authored by Garfield Tan's avatar Garfield Tan
Browse files

Change PickActivity's icon to the app's icon.

Bug: 35674527
Change-Id: Ic25226ba389c2301d282fa5539298d8230209b82
parent f78d2052
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
<resources>
    <item name="app_icon" type="drawable">@mipmap/ic_app_icon</item>
    <item name="files_icon" type="drawable">@mipmap/ic_app_icon</item>
    <item name="picker_icon" type="drawable">@drawable/ic_doc_text</item>
    <item name="picker_icon" type="drawable">@mipmap/ic_app_icon</item>
    <item name="image_root_icon" type="drawable">@*android:drawable/ic_doc_image</item>
    <item name="video_root_icon" type="drawable">@*android:drawable/ic_doc_video</item>
    <item name="audio_root_icon" type="drawable">@*android:drawable/ic_doc_audio</item>