refactor: replace safebite_logo with safebite_logo_nobg drawable in splash and main screens, bump version to 1.16.0 (build 20)

This commit is contained in:
Bruno Charest 2026-04-28 07:44:44 -04:00
parent 7656fba134
commit 86af6467cc
5 changed files with 4 additions and 4 deletions

View File

@ -92,7 +92,7 @@ fun MainScreen(
title = {
Row(verticalAlignment = Alignment.CenterVertically) {
Image(
painter = painterResource(id = R.drawable.safebite_logo),
painter = painterResource(id = R.drawable.safebite_logo_nobg),
contentDescription = null,
modifier = Modifier.size(32.dp)
)

View File

@ -55,7 +55,7 @@ fun SplashScreen(
modifier = Modifier.padding(24.dp)
) {
Image(
painter = painterResource(id = R.drawable.safebite_logo),
painter = painterResource(id = R.drawable.safebite_logo_nobg),
contentDescription = null,
modifier = Modifier
.size(160.dp)

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

View File

@ -1,4 +1,4 @@
MAJOR=1
MINOR=15
MINOR=16
PATCH=0
CODE=19
CODE=20