Myr*_*how 5 xml data-binding android operator-keyword android-databinding
我找到了一些关于如何在 XML 中实现AND,less than和greater than运算符以进行 Android 数据绑定的资源。
&->&
<-><
>->>
但是,如何添加OR运算符呢?我在Android官方文档中找不到相关信息。
我访问过这些网站
StackOverflow --- 使用“&&”逻辑运算符的android数据绑定 - 代码日志
StackOverflow --- android-databinding-using-逻辑运算符
我的预期结果:
<View
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:visibility="@{viewModel.fooBoolOne ||  viewModel.fooBoolTwo ? View.VISIBLE : View.GONE}"/>```
| 归档时间: | 
 | 
| 查看次数: | 5343 次 | 
| 最近记录: |