android, desktop: smaller info icon, corrections

This commit is contained in:
Evgeny Poberezkin
2024-11-22 16:43:10 +00:00
parent e47b16f3b4
commit a6f5ba541b
3 changed files with 3 additions and 3 deletions
@@ -724,7 +724,7 @@ private val versionDescriptions: List<VersionDescription> = listOf(
),
),
VersionDescription(
version = "v6.2 (beta.1)",
version = "v6.2-beta.1",
post = "https://simplex.chat/blog/20241014-simplex-network-v6-1-security-review-better-calls-user-experience.html",
features = listOf(
VersionFeature.FeatureView(
@@ -148,7 +148,7 @@ fun OperatorViewLayout(
Image(painterResource(operator.largeLogo), null, Modifier.height(48.dp))
Spacer(Modifier.fillMaxWidth().weight(1f))
Box(Modifier.padding(horizontal = 2.dp)) {
Icon(painterResource(MR.images.ic_info), null, Modifier.size(28.dp), tint = MaterialTheme.colors.primary)
Icon(painterResource(MR.images.ic_info), null, Modifier.size(24.dp), tint = MaterialTheme.colors.primaryVariant)
}
}
}
@@ -2139,7 +2139,7 @@
<string name="v6_2_network_decentralization">Network decentralization</string>
<string name="v6_2_network_decentralization_descr">The second preset operator in the app!</string>
<string name="v6_2_network_decentralization_enable_flux">Enable flux</string>
<string name="v6_2_network_decentralization_enable_flux_reason">for better metadata privacy</string>
<string name="v6_2_network_decentralization_enable_flux_reason">for better metadata privacy.</string>
<string name="v6_2_improved_chat_navigation">Improved chat navigation</string>
<string name="v6_2_improved_chat_navigation_descr">- Open chat on the first unread message.\n- Jump to quoted messages.</string>
<string name="view_updated_conditions">View updated conditions</string>