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

Commit cfdd5e4c authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Change app icon to adaptive icon

parent c8763752
Loading
Loading
Loading
Loading
Loading
+37 −902

File changed.

Preview size limit exceeded, changes collapsed.

+18 −9
Original line number Diff line number Diff line
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="108dp"
    android:height="108dp"
    android:viewportWidth="2311.5479"
    android:viewportHeight="2311.5479">
    <group
        android:translateX="483.77396"
        android:translateY="483.77396">
        <path
            android:pathData="M306.29,160.01C225.24,160.01 160,225.25 160,306.29l0,731.42C160,1118.76 225.24,1184 306.29,1184l731.43,0C1118.76,1184 1184,1118.76 1184,1037.72l0,-611.43 -33.13,33.16L957.7,266.28 1064.01,160 306.29,160ZM884.55,339.43 L1077.72,532.59 773.71,836.57 452.57,964.57 580.57,643.44 884.55,339.43zM613.71,675.44 L516.57,836.57 580.57,900.57 741.71,803.44 613.71,675.44z"
            android:fillColor="#ffffff" />
    </group>
    android:viewportWidth="108"
    android:viewportHeight="108">
  <path
      android:pathData="M0,49.21H108V50.21H0V49.21Z"
      android:fillColor="#B2B2B2"
      android:fillType="evenOdd"/>
  <path
      android:pathData="M0,63.38H108V64.38H0V63.38Z"
      android:fillColor="#B2B2B2"
      android:fillType="evenOdd"/>
  <path
      android:pathData="M0,77.56H108V78.56H0V77.56Z"
      android:fillColor="#B2B2B2"
      android:fillType="evenOdd"/>
  <path
      android:pathData="M0,91.73H108V92.73H0V91.73Z"
      android:fillColor="#B2B2B2"
      android:fillType="evenOdd"/>
</vector>
+7 −0
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>
        <inset android:drawable="@drawable/ic_launcher_foreground" android:inset="5%"/>
    </foreground>
</adaptive-icon>
 No newline at end of file