android: Use libnx default icon

Credit to jaames for the original icon
This commit is contained in:
Charles Lombardo 2023-04-26 13:32:26 -04:00 committed by bunnei
parent 8b4c5a9939
commit 6549348656
4 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class GameAdapter(private val activity: AppCompatActivity) :
activity.lifecycleScope.launch {
val bitmap = decodeGameIcon(game.path)
binding.imageGameScreen.load(bitmap) {
error(R.drawable.no_icon)
error(R.drawable.default_icon)
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB