Skip to content

Commit 591c461

Browse files
Titouan Thibaudtitooan
authored andcommitted
Update TryFox app icon
1 parent 988e5fc commit 591c461

20 files changed

+3
-6
lines changed
91.7 KB
Loading

app/src/main/java/org/mozilla/tryfox/ui/composables/ArchiveGroupCard.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ import androidx.compose.ui.platform.testTag
4242
import androidx.compose.ui.res.stringResource
4343
import androidx.compose.ui.text.font.FontWeight
4444
import androidx.compose.ui.unit.dp
45-
import androidx.compose.ui.unit.sp
4645
import kotlinx.datetime.Clock
4746
import kotlinx.datetime.Instant
4847
import kotlinx.datetime.LocalDate
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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="@drawable/ic_launcher_foreground"/>
5-
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
65
</adaptive-icon>
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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="@drawable/ic_launcher_foreground"/>
5-
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
65
</adaptive-icon>
-388 Bytes
Loading
9.36 KB
Loading
-790 Bytes
Loading
-328 Bytes
Loading
5.43 KB
Loading
-402 Bytes
Loading

0 commit comments

Comments
 (0)