Commit 769c713a authored by Thomas's avatar Thomas
Browse files

Themed icons for Android 13

parent 9491d8aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@color/ic_launcher_background" />
    <foreground android:drawable="@drawable/ic_launcher_foreground" />
    <monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@color/ic_launcher_atom_background" />
    <foreground android:drawable="@drawable/ic_launcher_atom_foreground" />
    <monochrome android:drawable="@drawable/ic_launcher_atom_foreground" />
</adaptive-icon>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@color/ic_launcher_atom_background" />
    <foreground android:drawable="@drawable/ic_launcher_atom_foreground" />
    <monochrome android:drawable="@drawable/ic_launcher_atom_foreground" />
</adaptive-icon>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@color/ic_launcher_bubbles_background" />
    <foreground android:drawable="@drawable/ic_launcher_bubbles_foreground" />
    <monochrome android:drawable="@drawable/ic_launcher_bubbles_foreground" />
</adaptive-icon>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@color/ic_launcher_bubbles_background" />
    <foreground android:drawable="@drawable/ic_launcher_bubbles_foreground" />
    <monochrome android:drawable="@drawable/ic_launcher_bubbles_foreground" />
</adaptive-icon>
 No newline at end of file
Loading