Skip to content

Commit

Permalink
Refactor: Move icon files to app module (#470)
Browse files Browse the repository at this point in the history
* refactor: move icon files to app module

* update icon
  • Loading branch information
anilbeesetti authored Jul 28, 2023
1 parent 6fdcec1 commit 7c296d1
Show file tree
Hide file tree
Showing 29 changed files with 26 additions and 66 deletions.
Binary file added app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="80"
android:viewportHeight="80">
<group android:scaleX="0.35"
android:scaleY="0.35"
android:translateX="26"
android:translateY="26">
<group>
<path
android:fillColor="#CC8ED6D1"
android:pathData="M70.37 37.42c2.03 1.15 2.03 4.01 0 5.16L13.57 74.6C11.54 75.74 9 74.3 9 72.02V7.98c0-2.3 2.54-3.72 4.57-2.58l56.8 32.02Z"/>
<path
android:fillColor="#FF8FD4D1"
android:pathData="M77.48 37.42c2.03 1.15 2.03 4.01 0 5.16L20.68 74.6c-2.04 1.14-4.57-0.29-4.57-2.58V7.98c0-2.3 2.53-3.72 4.56-2.58l56.8 32.02Z"/>
</group>
</group>
</vector>

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
<background android:drawable="@color/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
<background android:drawable="@color/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>
Binary file added app/src/main/res/mipmap-hdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file added app/src/main/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file added app/src/main/res/mipmap-xhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file added app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file added app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
20 changes: 0 additions & 20 deletions core/ui/src/debug/res/drawable/ic_launcher_foreground.xml

This file was deleted.

20 changes: 0 additions & 20 deletions core/ui/src/main/res/drawable/ic_launcher_foreground.xml

This file was deleted.

20 changes: 0 additions & 20 deletions core/ui/src/main/res/drawable/ic_launcher_monochrome.xml

This file was deleted.

Binary file removed core/ui/src/main/res/mipmap-hdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file removed core/ui/src/main/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file removed core/ui/src/main/res/mipmap-xhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file removed core/ui/src/main/res/mipmap-xxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file removed core/ui/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file modified fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c296d1

Please sign in to comment.