mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(ui): stable LazyColumn keys, semantic roles, and content descriptions (#5168)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: jamesarich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
5eba7e4dce
commit
2a6e27de09
10 changed files with 99 additions and 20 deletions
|
|
@ -92,6 +92,7 @@ import org.meshtastic.core.resources.back
|
|||
import org.meshtastic.core.resources.cancel
|
||||
import org.meshtastic.core.resources.hide_password
|
||||
import org.meshtastic.core.resources.img_mpwrd_logo
|
||||
import org.meshtastic.core.resources.mpwrd_os
|
||||
import org.meshtastic.core.resources.password
|
||||
import org.meshtastic.core.resources.show_password
|
||||
import org.meshtastic.core.resources.wifi_provision_available_networks
|
||||
|
|
@ -513,7 +514,7 @@ internal fun MpwrdDisclaimerBanner() {
|
|||
) {
|
||||
Image(
|
||||
painter = painterResource(Res.drawable.img_mpwrd_logo),
|
||||
contentDescription = "mPWRD-OS",
|
||||
contentDescription = stringResource(Res.string.mpwrd_os),
|
||||
modifier = Modifier.size(MPWRD_LOGO_SIZE_DP.dp).clip(RoundedCornerShape(8.dp)),
|
||||
)
|
||||
AutoLinkText(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue