From 01994ced71de9be22dbf953f44557fc24d458843 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 1 Jun 2023 10:12:28 +0100 Subject: [PATCH] Room details: typography and strings --- .../features/roomdetails/impl/members/RoomMemberListView.kt | 1 + features/roomdetails/impl/src/main/res/values/localazy.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/features/roomdetails/impl/src/main/kotlin/io/element/android/features/roomdetails/impl/members/RoomMemberListView.kt b/features/roomdetails/impl/src/main/kotlin/io/element/android/features/roomdetails/impl/members/RoomMemberListView.kt index 52b8558146..bb03a37431 100644 --- a/features/roomdetails/impl/src/main/kotlin/io/element/android/features/roomdetails/impl/members/RoomMemberListView.kt +++ b/features/roomdetails/impl/src/main/kotlin/io/element/android/features/roomdetails/impl/members/RoomMemberListView.kt @@ -164,6 +164,7 @@ private fun LazyListScope.roomMemberListSection( Text( modifier = Modifier.padding(horizontal = 16.dp, vertical = 12.dp), text = headerText(), + fontSize = 16.sp, style = ElementTextStyles.Regular.callout, color = MaterialTheme.colorScheme.secondary, textAlign = TextAlign.Start, diff --git a/features/roomdetails/impl/src/main/res/values/localazy.xml b/features/roomdetails/impl/src/main/res/values/localazy.xml index ec907c6078..d584c5c300 100644 --- a/features/roomdetails/impl/src/main/res/values/localazy.xml +++ b/features/roomdetails/impl/src/main/res/values/localazy.xml @@ -22,7 +22,7 @@ "Unblock" "On unblocking the user, you will be able to see all messages by them again." "Unblock user" - "Invite people" + "Invite friends to Element" "Leave room" "People" "Security"