android: information icon right of operator logo

This commit is contained in:
spaced4ndy
2024-11-22 19:33:49 +04:00
parent b5170684ad
commit 2adfa0c18b
@@ -141,7 +141,14 @@ fun OperatorViewLayout(
Column {
SectionView(generalGetString(MR.strings.operator).uppercase()) {
SectionItemView({ ModalManager.start.showModalCloseable { _ -> OperatorInfoView(operator) } }) {
Image(painterResource(operator.largeLogo), null, Modifier.height(48.dp))
Row(
Modifier.fillMaxWidth(),
verticalAlignment = Alignment.CenterVertically
) {
Image(painterResource(operator.largeLogo), null, Modifier.height(48.dp))
Spacer(Modifier.fillMaxWidth().weight(1f))
Icon(painterResource(MR.images.ic_info), null, Modifier.size(28.dp), tint = MaterialTheme.colors.primary)
}
}
UseOperatorToggle(
scope = scope,