mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-23 05:29:54 +01:00
fix to align Participants header
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
8d1d44692e
commit
8a59dd900d
@ -256,7 +256,7 @@ fun AddParticipants(
|
|||||||
Text(
|
Text(
|
||||||
text = stringResource(id = R.string.nc_participants).uppercase(),
|
text = stringResource(id = R.string.nc_participants).uppercase(),
|
||||||
fontSize = 14.sp,
|
fontSize = 14.sp,
|
||||||
modifier = Modifier.padding(start = 16.dp, bottom = 16.dp)
|
modifier = Modifier.padding(start = 0.dp, bottom = 16.dp)
|
||||||
)
|
)
|
||||||
Spacer(modifier = Modifier.weight(1f))
|
Spacer(modifier = Modifier.weight(1f))
|
||||||
if (participants.isNotEmpty()) {
|
if (participants.isNotEmpty()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user