Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions app/src/main/res/drawable/ic_launcher_background.xml

This file was deleted.

145 changes: 29 additions & 116 deletions app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -1,120 +1,33 @@
<?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:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">

<!-- Main drop shape -->
<path
android:fillColor="#FFFFFF"
android:pathData="M54,25
C64,25 72,35 72,45
C72,55 64,65 54,75
C44,65 36,55 36,45
C36,35 44,25 54,25Z" />

<!-- Inner highlight -->
<path
android:fillColor="#E3F2FD"
android:pathData="M54,30
C60,30 65,35 65,40
C65,45 60,50 54,55
C48,50 43,45 43,40
C43,35 48,30 54,30Z"
android:fillAlpha="0.6" />

<!-- Connection dots around the drop (converted from circles to paths) -->
<!-- Top dot -->
<path
android:fillColor="#FFFFFF"
android:pathData="M54,12 A3,3 0 1,1 54,18 A3,3 0 1,1 54,12 Z"
android:fillAlpha="0.8" />

<!-- Top-right dot -->
<path
android:fillColor="#FFFFFF"
android:pathData="M69,22.5 A2.5,2.5 0 1,1 69,27.5 A2.5,2.5 0 1,1 69,22.5 Z"
android:fillAlpha="0.7" />

<!-- Right dot -->
<path
android:fillColor="#FFFFFF"
android:pathData="M75,42.5 A2.5,2.5 0 1,1 75,47.5 A2.5,2.5 0 1,1 75,42.5 Z"
android:fillAlpha="0.7" />

<!-- Bottom-right dot -->
<path
android:fillColor="#FFFFFF"
android:pathData="M69,62.5 A2.5,2.5 0 1,1 69,67.5 A2.5,2.5 0 1,1 69,62.5 Z"
android:fillAlpha="0.7" />

<!-- Bottom-left dot -->
<path
android:fillColor="#FFFFFF"
android:pathData="M39,62.5 A2.5,2.5 0 1,1 39,67.5 A2.5,2.5 0 1,1 39,62.5 Z"
android:fillAlpha="0.7" />

<!-- Left dot -->
<path
android:fillColor="#FFFFFF"
android:pathData="M33,42.5 A2.5,2.5 0 1,1 33,47.5 A2.5,2.5 0 1,1 33,42.5 Z"
android:fillAlpha="0.7" />

<!-- Top-left dot -->
<path
android:fillColor="#FFFFFF"
android:pathData="M39,22.5 A2.5,2.5 0 1,1 39,27.5 A2.5,2.5 0 1,1 39,22.5 Z"
android:fillAlpha="0.7" />

<!-- Connection lines -->
<path
android:strokeColor="#FFFFFF"
android:strokeWidth="1.5"
android:strokeAlpha="0.5"
android:pathData="M54,15 Q54,20 54,25"
android:fillColor="@android:color/transparent" />

<path
android:strokeColor="#FFFFFF"
android:strokeWidth="1.5"
android:strokeAlpha="0.5"
android:pathData="M69,25 Q65,30 60,35"
android:fillColor="@android:color/transparent" />

<path
android:strokeColor="#FFFFFF"
android:strokeWidth="1.5"
android:strokeAlpha="0.5"
android:pathData="M75,45 Q70,45 65,45"
android:fillColor="@android:color/transparent" />

<path
android:strokeColor="#FFFFFF"
android:strokeWidth="1.5"
android:strokeAlpha="0.5"
android:pathData="M69,65 Q65,60 60,55"
android:fillColor="@android:color/transparent" />

<path
android:strokeColor="#FFFFFF"
android:strokeWidth="1.5"
android:strokeAlpha="0.5"
android:pathData="M39,65 Q43,60 48,55"
android:fillColor="@android:color/transparent" />

<path
android:strokeColor="#FFFFFF"
android:strokeWidth="1.5"
android:strokeAlpha="0.5"
android:pathData="M33,45 Q38,45 43,45"
android:fillColor="@android:color/transparent" />

<path
android:strokeColor="#FFFFFF"
android:strokeWidth="1.5"
android:strokeAlpha="0.5"
android:pathData="M39,25 Q43,30 48,35"
android:fillColor="@android:color/transparent" />

android:viewportWidth="397"
android:viewportHeight="396">
<group android:scaleX="0.36666667"
android:scaleY="0.36574307"
android:translateX="125.71667"
android:translateY="125.58287">
<group>
<clip-path
android:pathData="M0,0h397v396h-397z"/>
<path
android:pathData="M352.89,88V44H308.78V0H264.67H220.56H176.45H132.33H88.22H44.11H0V44V88V132V176V220V264V308V352V396H44.11H88.22H132.33H176.45H220.56H264.67H308.78V352H352.89V308H397V264V220V176V132V88H352.89Z">
<aapt:attr name="android:fillColor">
<gradient
android:startX="397"
android:startY="198"
android:endX="0"
android:endY="198"
android:type="linear">
<item android:offset="0" android:color="#FF3CDDCE"/>
<item android:offset="1" android:color="#FF1690FE"/>
</gradient>
</aapt:attr>
</path>
<path
android:pathData="M220.56,61.77H176.45V105.77H220.56V61.77ZM264.67,149.78H176.45V105.78H132.34V149.78H88.23V193.78H308.78V149.78H264.67H264.67ZM220.56,200.34H88.22V244.34H220.55V288.34H264.66V244.34H308.77V200.34H220.55H220.56ZM176.45,332.34H220.56V288.34H176.45V332.34Z"
android:fillColor="#ffffff"/>
</group>
</group>
</vector>
5 changes: 2 additions & 3 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?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 android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
5 changes: 2 additions & 3 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?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 android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/src/main/res/values/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#FFFFFF</color>
</resources>