pererikbergman
09/06/2018, 5:02 PMgergo
09/06/2018, 5:23 PM@BindingAdapter("value")
you should use app:value="@{viewModel.value}
in the xml then.
If you want to use "android:value" add the android prefix to the annotation like @BindingAdapter("android:value")
gergo
09/06/2018, 5:39 PMgergo
09/06/2018, 5:46 PM