Update the authentication page group portraits
|
|
@ -307,14 +307,12 @@ private fun PartyBackground(
|
|||
@Composable
|
||||
private fun rememberPortrait(): List<Int> = rememberSaveable {
|
||||
listOf(
|
||||
R.drawable.im_tigrane,
|
||||
R.drawable.im_unathana,
|
||||
R.drawable.im_brulkhai,
|
||||
R.drawable.im_leandre,
|
||||
).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])
|
||||
}
|
||||
R.drawable.im_nelia,
|
||||
R.drawable.im_tigrane,
|
||||
R.drawable.im_unathana,
|
||||
).shuffled()
|
||||
}
|
||||
|
||||
@Composable
|
||||
|
|
|
|||
|
|
@ -40,17 +40,17 @@ class LexiconTypography(
|
|||
baselineShift = BaselineShift(-0.04f),
|
||||
),
|
||||
val titleLargeDropCap: SpanStyle = base.titleLarge.toDropCapSpan(
|
||||
sizeRatio = 1.4f,
|
||||
sizeRatio = 1.6f,
|
||||
antiLetterSpacing = 2.sp,
|
||||
baselineShift = BaselineShift(-0.04f),
|
||||
),
|
||||
val headlineSmallDropCap: SpanStyle = base.headlineSmall.toDropCapSpan(
|
||||
antiLetterSpacing = 4.sp,
|
||||
sizeRatio = 1.2f,
|
||||
sizeRatio = 1.5f,
|
||||
),
|
||||
val headlineLargeDropCap: SpanStyle = base.headlineLarge.toDropCapSpan(
|
||||
antiLetterSpacing = 4.sp,
|
||||
sizeRatio = 1.2f,
|
||||
sizeRatio = 1.4f,
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 61 KiB |
BIN
app/src/main/res/drawable/im_brulkhai.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 24 KiB |