admin管理员组文章数量:1314504
In Jetpack Compose it's possible to indicate to TalkBack that your text is a header:
Text(
text = "Heading text",
modifier = Modifier.semantics {
heading()
}
)
Is it possible to also somehow indicate which level of header it is? Like you can have h1, h2, h3, etc...
iOS has AccessibilityHeadingLevel
Does Android have an equivalent?
本文标签: Android Compose set header level for accessibilityStack Overflow
版权声明:本文标题:Android Compose set header level for accessibility - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741966624a2407585.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论