update Tigrane portrait. add randomness in auth screen portrait

This commit is contained in:
Thomas Andres Gomez 2023-08-07 12:49:36 +02:00
parent 57d1273435
commit 34d15c41e0
2 changed files with 4 additions and 2 deletions

View file

@ -270,8 +270,10 @@ private fun rememberPortrait(): List<Int> = rememberSaveable {
R.drawable.im_unathana,
R.drawable.im_brulkhai,
R.drawable.im_leandre,
R.drawable.im_nelia,
)
).shuffled().let {
// force nelia in the middle because of the ratio difference.
listOf(it[0], it[1], R.drawable.im_nelia, it[2], it[3])
}
}
@Composable

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Before After
Before After