Skip to content

Commit

Permalink
Launcher icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortDevelopment committed Jan 3, 2024
1 parent 99ca633 commit 4e887af
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:viewportWidth="432" android:viewportHeight="432" android:width="108dp" android:height="108dp">
<path android:pathData="M105.007 269.994H326.993C331.963 269.994 335.993 274.024 335.993 278.994C335.993 283.55 332.606 287.316 328.213 287.912L326.993 287.994H105.007C100.037 287.994 96.0073 283.964 96.0073 278.994C96.0073 274.438 99.3931 270.672 103.786 270.076L105.007 269.994Z" android:fillColor="#375282"/>
<path android:pathData="M291 132C302.598 132 312 141.402 312 153V243.004C312 254.602 302.598 264.004 291 264.004H141C129.402 264.004 120 254.602 120 243.004V153C120 141.402 129.402 132 141 132H291Z">
<aapt:attr name="android:fillColor">
<gradient android:startX="120.24" android:startY="131.76" android:endX="311.76" android:endY="264.24" android:tileMode="clamp">
<item android:color="#5F9BDB" android:offset="0"/>
<item android:color="#4268AB" android:offset="1"/>
</gradient>
</aapt:attr>
</path>
<path android:pathData="M228.515 164.801C227.826 164.155 226.82 163.98 225.953 164.355C225.087 164.731 224.526 165.584 224.526 166.529V176.897C223.849 176.913 223.058 176.952 222.177 177.034C219.268 177.302 215.325 178.03 211.233 179.884C202.893 183.664 194.32 191.961 192.331 209.365C192.22 210.34 192.721 211.283 193.593 211.736C194.464 212.188 195.524 212.056 196.258 211.404C204.473 204.101 212.168 200.958 217.737 199.621C220.528 198.951 222.797 198.733 224.343 198.678C224.405 198.676 224.466 198.674 224.526 198.673V209.16C224.526 210.104 225.087 210.958 225.953 211.333C226.82 211.709 227.826 211.534 228.515 210.888L251.252 189.572C251.729 189.124 252 188.499 252 187.844C252 187.19 251.729 186.564 251.252 186.116L228.515 164.801ZM226.622 181.672L226.659 181.675L226.665 181.675L226.661 181.675C227.327 181.741 227.988 181.522 228.484 181.074C228.98 180.625 229.263 179.987 229.263 179.318V171.995L246.169 187.844L229.263 203.693V196.371C229.263 195.176 228.403 194.173 227.189 194.021L227.186 194.02L227.183 194.02L227.176 194.019L227.157 194.017L227.103 194.011C227.059 194.006 227.001 194 226.929 193.994C226.784 193.981 226.583 193.966 226.327 193.953C225.817 193.928 225.091 193.912 224.177 193.944C222.348 194.009 219.762 194.264 216.632 195.015C211.553 196.234 205.075 198.751 198.104 203.833C200.919 192.314 207.319 186.859 213.188 184.199C216.675 182.619 220.074 181.985 222.613 181.75C223.878 181.633 224.916 181.617 225.627 181.629C225.982 181.635 226.254 181.648 226.431 181.658C226.519 181.664 226.583 181.668 226.622 181.672ZM191.842 167.002C185.302 167.002 180 172.304 180 178.844V219.581C180 226.121 185.302 231.423 191.842 231.423H232.579C239.119 231.423 244.421 226.121 244.421 219.581V215.318C244.421 214.01 243.361 212.949 242.053 212.949C240.745 212.949 239.684 214.01 239.684 215.318V219.581C239.684 223.505 236.503 226.686 232.579 226.686H191.842C187.918 226.686 184.737 223.505 184.737 219.581V178.844C184.737 174.92 187.918 171.739 191.842 171.739H207.474C208.782 171.739 209.842 170.679 209.842 169.371C209.842 168.063 208.782 167.002 207.474 167.002H191.842Z" android:fillColor="#FFFFFF"/>
</vector>
Binary file not shown.
20 changes: 3 additions & 17 deletions Nearby Sharing Windows/Resources/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,20 +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>
<inset
android:drawable="@drawable/ic_launcher_foreground"
android:insetBottom="18dp"
android:insetLeft="18dp"
android:insetRight="18dp"
android:insetTop="18dp" />
</foreground>
<monochrome>
<inset
android:drawable="@drawable/ic_launcher_monochrome"
android:insetBottom="18dp"
android:insetLeft="18dp"
android:insetRight="18dp"
android:insetTop="18dp" />
</monochrome>
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

0 comments on commit 4e887af

Please sign in to comment.