Skip to content

Commit

Permalink
Merge pull request #240 from microbiomedata/issue-238-icon-inset
Browse files Browse the repository at this point in the history
Update icon inset to remove unsightly gap
  • Loading branch information
pkalita-lbl authored Feb 28, 2025
2 parents 0b19da1 + 3b19bd4 commit c885927
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background>
<inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.7%" />
<inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.6%" />
</background>
<foreground>
<inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.7%" />
<inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.6%" />
</foreground>
</adaptive-icon>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background>
<inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.7%" />
<inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.6%" />
</background>
<foreground>
<inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.7%" />
<inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.6%" />
</foreground>
</adaptive-icon>

0 comments on commit c885927

Please sign in to comment.