[CredManUi] Left center notes.
Bug: 272364806 Test: manual (see bug for screenshots) Change-Id: I9759ac49568c29dc37d4ba36d21cbd9344f55c77
This commit is contained in:
@@ -559,7 +559,11 @@ fun CreationSelectionCard(
|
||||
modifier = Modifier.padding(vertical = 16.dp)
|
||||
)
|
||||
}
|
||||
item { BodySmallText(text = createOptionInfo.footerDescription) }
|
||||
item {
|
||||
Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) {
|
||||
BodySmallText(text = createOptionInfo.footerDescription)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
onLog(CreateCredentialEvent.CREDMAN_CREATE_CRED_CREATION_OPTION_SELECTION)
|
||||
|
||||
Reference in New Issue
Block a user