Skip to content

Commit

Permalink
Merge pull request #10 from NordicSemiconductor/icon
Browse files Browse the repository at this point in the history
Updated app icon
  • Loading branch information
philips77 committed Jun 12, 2024
2 parents dd0f5b9 + 80e5e47 commit 4497d0c
Show file tree
Hide file tree
Showing 29 changed files with 31 additions and 2 deletions.
Binary file removed app/src/main/ic_launcher-playstore.png
Binary file not shown.
27 changes: 27 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,27 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="154.9"
android:viewportHeight="155">
<group android:scaleX="0.729529"
android:scaleY="0.73"
android:translateX="20.947977"
android:translateY="20.925">
<path
android:pathData="M77.45,109.09m-7.02,0a7.02,7.02 0,1 1,14.04 0a7.02,7.02 0,1 1,-14.04 0"
android:strokeWidth="0"
android:fillColor="#fff"/>
<path
android:pathData="M103.23,95.32c-0.9,0 -1.79,-0.38 -2.41,-1.13 -6.25,-7.48 -14.68,-11.6 -23.74,-11.6s-16.89,3.84 -23.06,10.81c-1.15,1.3 -3.13,1.42 -4.43,0.27 -1.3,-1.15 -1.42,-3.13 -0.27,-4.43 7.38,-8.33 17.24,-12.92 27.76,-12.92s21.21,5.05 28.56,13.85c1.11,1.33 0.93,3.31 -0.4,4.42 -0.59,0.49 -1.3,0.73 -2.01,0.73Z"
android:strokeWidth="0"
android:fillColor="#fff"/>
<path
android:pathData="M114.63,80.07c-0.87,0 -1.73,-0.35 -2.35,-1.05 -9.41,-10.57 -21.89,-16.4 -35.15,-16.4s-25.22,5.59 -34.55,15.74c-1.17,1.28 -3.16,1.36 -4.44,0.19 -1.28,-1.17 -1.36,-3.16 -0.19,-4.44 10.54,-11.46 24.45,-17.77 39.17,-17.77s29.22,6.57 39.83,18.5c1.15,1.29 1.04,3.28 -0.26,4.43 -0.6,0.53 -1.34,0.79 -2.09,0.79Z"
android:strokeWidth="0"
android:fillColor="#fff"/>
<path
android:pathData="M126.46,65.35c-0.87,0 -1.74,-0.36 -2.36,-1.06 -12.58,-14.28 -29.33,-22.15 -47.16,-22.15s-33.72,7.48 -46.19,21.07c-1.17,1.28 -3.16,1.36 -4.44,0.19 -1.28,-1.17 -1.36,-3.16 -0.19,-4.44 13.67,-14.9 31.72,-23.1 50.82,-23.1s38.08,8.62 51.87,24.28c1.15,1.3 1.02,3.28 -0.28,4.43 -0.6,0.53 -1.34,0.78 -2.07,0.78Z"
android:strokeWidth="0"
android:fillColor="#fff"/>
</group>
</vector>
3 changes: 2 additions & 1 deletion app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,5 +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="@mipmap/ic_launcher_foreground"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
3 changes: 2 additions & 1 deletion app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Original file line number Diff line number Diff line change
@@ -1,5 +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="@mipmap/ic_launcher_foreground"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file added app/src/main/res/mipmap-hdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher.png
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 removed app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher.png
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 removed app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxhdpi/ic_launcher.png
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 not shown.
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary file not shown.
Binary file added app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4497d0c

Please sign in to comment.