經常使用的使用方式就不說了html
說說VIEW的隱藏與顯示android
1. 多狀態使用,判斷數字狀態ide
android:visibility="@{(wrokItemBinding.itemType == 1)?View.VISIBLE:View.GONE}"post
2.判斷是否是空 TextUtils 空就不顯示htm
android:text="@{wrokItemBinding.pointExecTime,default=dd}" android:visibility="@{TextUtils.isEmpty(wrokItemBinding.pointExecTime)?View.INVISIBLE:View.VISIBLE}"
posted on 2020-03-15 09:57 caosiqiao 閱讀(689) 評論(0) 編輯 收藏 blog