Room details: typography and strings
This commit is contained in:
parent
e10b6ca9dd
commit
01994ced71
2 changed files with 2 additions and 1 deletions
|
|
@ -164,6 +164,7 @@ private fun LazyListScope.roomMemberListSection(
|
||||||
Text(
|
Text(
|
||||||
modifier = Modifier.padding(horizontal = 16.dp, vertical = 12.dp),
|
modifier = Modifier.padding(horizontal = 16.dp, vertical = 12.dp),
|
||||||
text = headerText(),
|
text = headerText(),
|
||||||
|
fontSize = 16.sp,
|
||||||
style = ElementTextStyles.Regular.callout,
|
style = ElementTextStyles.Regular.callout,
|
||||||
color = MaterialTheme.colorScheme.secondary,
|
color = MaterialTheme.colorScheme.secondary,
|
||||||
textAlign = TextAlign.Start,
|
textAlign = TextAlign.Start,
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
<string name="screen_dm_details_unblock_alert_action">"Unblock"</string>
|
<string name="screen_dm_details_unblock_alert_action">"Unblock"</string>
|
||||||
<string name="screen_dm_details_unblock_alert_description">"On unblocking the user, you will be able to see all messages by them again."</string>
|
<string name="screen_dm_details_unblock_alert_description">"On unblocking the user, you will be able to see all messages by them again."</string>
|
||||||
<string name="screen_dm_details_unblock_user">"Unblock user"</string>
|
<string name="screen_dm_details_unblock_user">"Unblock user"</string>
|
||||||
<string name="screen_room_details_invite_people_title">"Invite people"</string>
|
<string name="screen_room_details_invite_people_title">"Invite friends to Element"</string>
|
||||||
<string name="screen_room_details_leave_room_title">"Leave room"</string>
|
<string name="screen_room_details_leave_room_title">"Leave room"</string>
|
||||||
<string name="screen_room_details_people_title">"People"</string>
|
<string name="screen_room_details_people_title">"People"</string>
|
||||||
<string name="screen_room_details_security_title">"Security"</string>
|
<string name="screen_room_details_security_title">"Security"</string>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue