I’m using Data Binding and I’m unable to use expre...
# android
r
I’m using Data Binding and I’m unable to use expressions in hint in EditText. So I’m unable to do something like
android:hint="@{isPickup ? @string/pick_up_location : @string/drop_location}"
, does anybody know why and how to fix this?