gpt4 book ai didi

android - 什么是工具 :ignore ="RtlSymmetry" in android

转载 作者:行者123 更新时间:2023-12-04 12:37:39 24 4
gpt4 key购买 nike

我一直在学习谷歌示例。在其中一个源代码中,我看到了这段代码:

<layout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:targetApi="o"
tools:ignore="RtlSymmetry">
...
</layout>

什么工具:ignore="RtlSymmetry 有什么作用?

最佳答案

That means ignore the message about RtlSymmetry.

Android 4.1 (Jelly Bean) 在 TextView 和 EditText 元素中引入了对双向文本的有限支持,允许应用以从左到右 (LTR) 和从右到左 (RTL) 脚本显示和编辑文本。 Android 4.2 添加了对 RTL 布局的完整原生支持,包括布局镜像,让您可以为所有用户提供同样出色的应用体验,无论他们的语言是使用从右到左阅读还是从左到左阅读的脚本对。

关于android - 什么是工具 :ignore ="RtlSymmetry" in android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62828185/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com