在清单中禁用 supportsRtl 不会停止布局中的 lint 警告
Disabling supportsRtl in manifest does not stop lint warnings in the layouts
我意识到在我的清单中禁用 RTL 语言支持
android:supportsRtl="false"
不会阻止 Lint 在布局中向我展示他的 warnings/recommendations 关于应用 start/left 而不是 left/right。
Lint 不应读取清单中的该值并停止显示这些警告吗?或者它一直显示它们还有其他原因吗?
这是一个已知错误,已于 2016 年 10 月 11 日报告here,但目前与 AS 2.3 Beta 1
相比没有任何变化
我意识到在我的清单中禁用 RTL 语言支持
android:supportsRtl="false"
不会阻止 Lint 在布局中向我展示他的 warnings/recommendations 关于应用 start/left 而不是 left/right。
Lint 不应读取清单中的该值并停止显示这些警告吗?或者它一直显示它们还有其他原因吗?
这是一个已知错误,已于 2016 年 10 月 11 日报告here,但目前与 AS 2.3 Beta 1
相比没有任何变化