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

Commit 5821bad0 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Fix text issues and app icon

parent 123130d7
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@drawable/ic_launcher_background" />
    <foreground android:drawable="@drawable/ic_launcher_foreground" />
    <background android:drawable="@android:color/transparent" />
    <foreground>
        <inset android:drawable="@mipmap/ic_e_launcher" android:inset="15%" />
    </foreground>
</adaptive-icon>
 No newline at end of file
Loading