MasteringAndroidDataBinding
MasteringAndroidDataBinding copied to clipboard
android:visibility="@{user.isAdult ? View.VISIBLE : View.GONE} 报错
我没有重名的另一个View,但是不导包的话会报错,并且无法联想GONE,VISIBLE等,导包后都正常
<data> <import type="android.view.View"/> </data>
what are you 说啥哩?