Skip to content

Commit 9b7eec4

Browse files
committed
Merge branch 'develop' of github.com:sebastien46/floccus into feat/themed-icon
2 parents 3ab13d4 + 2fb3b65 commit 9b7eec4

File tree

5 files changed

+13
-206
lines changed

5 files changed

+13
-206
lines changed

android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="108dp"
3+
android:height="108dp"
4+
android:viewportWidth="54"
5+
android:viewportHeight="54">
6+
<path
7+
android:pathData="M35.575,24.713A8.738,8.738 0,0 0,27 17.667a8.745,8.745 0,0 0,-7.758 4.713A6.993,6.993 0,0 0,13 29.333c0,3.862 3.138,7 7,7h15.167A5.835,5.835 0,0 0,41 30.5c0,-3.08 -2.392,-5.577 -5.425,-5.787zM24.667,32.833 L20.583,28.75 22.228,27.105 24.667,29.532L30.71,23.5l1.645,1.645Z"
8+
android:fillColor="#08d"/>
9+
</vector>

android/app/src/main/res/drawable/ic_launcher_background.xml

Lines changed: 0 additions & 170 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
56
</adaptive-icon>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
56
</adaptive-icon>

0 commit comments

Comments
 (0)