gpt4 book ai didi

android - 如何在 XML 中添加 OR 运算符?

转载 作者:行者123 更新时间:2023-12-04 23:50:03 25 4
gpt4 key购买 nike

我找到了一些关于如何实现 AND 的资源, less thangreater than用于 Android 数据绑定(bind)的 XML 中的运算符。
& -> &amp;< -> &lt;> -> &gt;
但是,如何添加 OR运算符(operator)?我在 Android 官方文档中找不到相关信息。

我访问过这些网站

StackOverflow --- android databinding using "&&" logical operator - Stack Overflow

StackOverflow --- android-databinding-using-logical-operator

Escape And(&&) Operator In Android Data Binding

我的预期结果:

<View
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="@{viewModel.fooBoolOne || viewModel.fooBoolTwo ? View.VISIBLE : View.GONE}"/>```

最佳答案

您可以使用 || xml 中的运算符,无需任何更改。
例子 :-

10 || 12

关于android - 如何在 XML 中添加 OR 运算符?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56999399/

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